Skip to content

Commit

Permalink
Retrieve all commits when cloning saige-qtl
Browse files Browse the repository at this point in the history
We may wish to build commits other than the HEAD of the default branch.
  • Loading branch information
jmarshall committed Sep 18, 2024
1 parent b17c591 commit a0cf44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/saige-qtl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \
rm -r /var/lib/apt/lists/* && \
rm -r /var/cache/apt/* && \
pip3 install cget click && \
git clone --depth 1 https://github.com/weizhou0/qtl.git && \
git clone https://github.com/weizhou0/qtl.git && \
cd qtl && \
git checkout $VERSION && \
Rscript extdata/install_packages.R && \
Expand Down

0 comments on commit a0cf44d

Please sign in to comment.