diff --git a/bin/.compile.sh b/bin/.compile.sh index 055dd07..4a2c8bf 100755 --- a/bin/.compile.sh +++ b/bin/.compile.sh @@ -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