Skip to content

Commit

Permalink
Merge pull request #1016 from ComparativeGenomicsToolkit/toil-5.3
Browse files Browse the repository at this point in the history
switch to latest vg release
  • Loading branch information
glennhickey authored May 15, 2023
2 parents 5ae8186 + 8f99221 commit 59c6e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-tools/downloadPangenomeTools
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ fi

# vg
cd ${pangenomeBuildDir}
#wget -q https://github.com/vgteam/vg/releases/download/v1.48.0/vg
wget -q http://public.gi.ucsc.edu/~hickey/vg-patch/vg.e7d9fd3932dec93faf968f21b56e39f1df662f2d -O vg
wget -q https://github.com/vgteam/vg/releases/download/v1.48.0/vg
chmod +x vg
if [[ $STATIC_CHECK -ne 1 || $(ldd vg | grep so | wc -l) -eq 0 ]]
then
Expand Down

0 comments on commit 59c6e81

Please sign in to comment.