Remove Clustalw and TCoffee from list of dependencies
[bioperl-run.git] / packages / install-samtools.sh
blobd059168811b5d4799e31b765e1e729967556da2f
1 #!/bin/bash
2 wget https://github.com/samtools/samtools/releases/download/1.3.1/samtools-1.3.1.tar.bz2
3 tar -xjvf samtools-1.3.1.tar.bz2
4 cd samtools-1.3.1 && make prefix=$HOME/local && make prefix=$HOME/local install