NgsCctsBuildBwa: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(Created page with "= Building BWA for /share/apps/ngs-ccts = Downloading and building BWA BWA_VER=bwa-0.6.2 wget http://downloads.sourceforge.net/project/bio-bwa/${BWA_VER}.tar.bz2?r=http%3A...")
 
m (Curtish@uab.edu moved page NgsCctsBuildBwa build to NgsCctsBuildBwa)
(No difference)

Revision as of 20:52, 9 October 2012

Building BWA for /share/apps/ngs-ccts

Downloading and building BWA

BWA_VER=bwa-0.6.2
wget http://downloads.sourceforge.net/project/bio-bwa/${BWA_VER}.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fbio-bwa%2Ffiles%2F&ts=1349814953&use_mirror=iweb
bunzip2 ${BWA_VER}.tar.bz2
tar xvf ${BWA_VER}.tar
rm ${BWA_VER}.tar*
cd ${BWA_VER}
make
cd ..
ln -s `pwd`/${BWA_VER} latest/bwa