Skip to content

Commit

Permalink
Merge pull request #1421 from ComparativeGenomicsToolkit/docker-fixes
Browse files Browse the repository at this point in the history
update vcfbub to v0.1.1
  • Loading branch information
glennhickey authored Jun 21, 2024
2 parents 8f17db2 + 6fd0aed commit 4c5a197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/downloadPangenomeTools
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ fi

# vcfbub
cd ${pangenomeBuildDir}
wget -q https://github.com/pangenome/vcfbub/releases/download/v0.1.0/vcfbub
wget -q https://github.com/pangenome/vcfbub/releases/download/v0.1.1/vcfbub
chmod +x vcfbub
if [[ $STATIC_CHECK -ne 1 || $(ldd vcfbub | grep so | wc -l) -eq 0 ]]
then
Expand Down

0 comments on commit 4c5a197

Please sign in to comment.