Skip to content

Commit

Permalink
Updated snap aligner binary download path
Browse files Browse the repository at this point in the history
Updated snap aligner binary download path to latest version v2.0.1
  • Loading branch information
Dfupa authored Dec 21, 2022
1 parent 487e8f1 commit 76178af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/.compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo `date` " LASTal"
retcode=$?; if [ $retcode -gt 0 ]; then exit $retcode; fi

echo `date` " SNAP-aligner"
(cd bin && wget -nc https://github.com/amplab/snap/releases/download/v1.0beta.18/snap-aligner && chmod +x snap-aligner)
(cd bin && wget -nc https://github.com/amplab/snap/releases/download/v2.0.1/snap-aligner && chmod +x snap-aligner)
#(cd bin/snap && make clean && make -j $cores) >> $log 2>&1
retcode=$?; if [ $retcode -gt 0 ]; then exit $retcode; fi

Expand Down

0 comments on commit 76178af

Please sign in to comment.