Skip to content

Commit

Permalink
fixed wget
Browse files Browse the repository at this point in the history
  • Loading branch information
pervouchine committed Nov 22, 2016
1 parent eb6c116 commit 75bf8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clean ::
rm -f -r sjcount progressbar.o

${SAMTOOLS_DIR}libbam.a:
wget http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2
wget --no-check-certificate http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2
tar -xf samtools-0.1.18.tar.bz2
rm -f samtools-0.1.18.tar.bz2
make -C samtools-0.1.18 all
Expand Down

0 comments on commit 75bf8cb

Please sign in to comment.