Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pintoa1-mskcc authored Jan 22, 2025
1 parent f01ec90 commit 1a18188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/metafusion/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH="${PATH}:/MetaFusion/scripts"

RUN R -e "chooseCRANmirror(ind=52); install.packages(c('plyr','data.table'))"

RUN git clone -b $METAFUSION_TAG https://github.com/pintoa1-mskcc/MetaFusion.git --single-branch && \
RUN git clone -b $METAFUSION_TAG https://github.com/mskcc/MetaFusion.git --single-branch && \
cd /MetaFusion/ && \
git pull && \
chmod -R +x /MetaFusion/scripts && \
Expand Down

0 comments on commit 1a18188

Please sign in to comment.