Skip to content

Commit

Permalink
switch to latest vg release
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed May 15, 2023
1 parent d2d0c07 commit 8f99221
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 8f99221

Please sign in to comment.