Skip to content

Commit

Permalink
Update gramtools (#122)
Browse files Browse the repository at this point in the history
* gramtools 04c4ba717399507b643fd4b77a61c048ef2ed83f
  • Loading branch information
martinghunt authored Nov 17, 2022
1 parent 0ff93b5 commit 3eb5c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pip3 install tox "six>=1.14.0"
cd $install_root
git clone https://github.com/iqbal-lab-org/gramtools
cd gramtools
git checkout ee98085fbb9d8be5afd2288424c3d6dded796ab8
git checkout 04c4ba717399507b643fd4b77a61c048ef2ed83f
# Note: a simple "pip3 install ." works for singularity but
# not for docker - the `gram` exectuable does not get
# put where gramtools expects to find it. The method
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Dependencies:

* Python 3 (tested on version 3.6.9)
* [gramtools](https://github.com/iqbal-lab-org/gramtools) commit
ee98085fbb9d8be5afd2288424c3d6dded796ab8
04c4ba717399507b643fd4b77a61c048ef2ed83f
* [bcftools](https://samtools.github.io/bcftools/)
* [vt](https://github.com/atks/vt.git)
* [vcflib](https://github.com/vcflib/vcflib.git). Specifically,
Expand Down

0 comments on commit 3eb5c0c

Please sign in to comment.