1 wget http://ds9a.nl/tmp/blah.bam
2 git clone https://github.com/samtools/samtools.git
3 git clone git://github.com/samtools/bcftools.git
4 git clone https://github.com/samtools/htslib.git
5 cd samtools
6 make
7 ./samtools stats ../blah.bam
8 ./samtools view ../blah.bam
9 sudo cp samtools /usr/local/bin