User Tools

Site Tools


bwa-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bwa-software [2017/02/05 10:41] joguyabwa-software [2024/09/05 12:28] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Latest version: 0.7.15+  * Latest version: 0.7.18
   * Added: April, 2013   * Added: April, 2013
-  * Updated: February2017 +  * Updated: August2024 
-  * Link: http://bio-bwa.sourceforge.net+  * Link: https://github.com/lh3/bwa
  
 ===== Usage ===== ===== Usage =====
  
-=== See versions of bwa which are available === +See versions which are available
-<code>module avail bwa</code>+ 
 +<code>module avail bwa</code> 
 + 
 +Load one version into your environment and run it: 
 + 
 +<code>$ module load bwa/0.7.18 
 +bwa</code>
  
 ===== Installation ====== ===== Installation ======
Line 18: Line 24:
  
 <code>$ cd /tmp <code>$ cd /tmp
-cd /tmp +git clone https://github.com/lh3/bwa.git -b v0.7.18 
-$ wget -qO- "https://downloads.sourceforge.net/project/bio-bwa/bwa-0.7.15.tar.bz2?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fbio-bwa%2Ffiles%2F&ts=1486290428&use_mirror=netix" | tar xjv +$ cd bwa
-$ cd bwa-0.7.15/ +
-$ scl enable devtoolset-2 bash+
 $ make $ make
-$ sudo mkdir -p /export/apps/bwa/0.7.15/{bin,share/man/man1} +$ sudo mkdir -p /export/apps/bwa/0.7.18/{bin,share/man/man1} 
-$ sudo cp bwa *.pl /export/apps/bwa/0.7.15/bin +$ sudo cp bwa *.pl /export/apps/bwa/0.7.18/bin 
-$ sudo cp -rv bwakit/ /export/apps/bwa/0.7.15/ +$ sudo cp bwa.1 /export/apps/bwa/0.7.18/share/man/man1 
-</code>+$ sudo cp -rv bwakit/ /export/apps/bwa/0.7.18</code>
bwa-software.1486291276.txt.gz · Last modified: 2017/02/05 10:41 by joguya