8 git clone https
://github.com
/samtools
/samtools.git
10 git checkout tags
/0.1.18
11 perl
-p -i -e 's/^(CFLAGS=\s+)[^\n]*/$1-g -Wall -O2 -fPIC #-m64 #-arch ppc/' Makefile
15 # push Bio-Root to front
16 git clone https
://github.com
/bioperl
/Bio-Root.git
17 export PERL5LIB
=$
( pwd )/Bio-Root
/lib
:$
( pwd ):$PERL5LIB
19 export SAMTOOLS
=$
( pwd )/samtools
21 echo "Bio::DB::Sam installation"
22 cpanm Bio
::DB
::Sam
2>&1 |
tail -n 10