Difference between revisions of "BWA"

From UFRC
Jump to navigation Jump to search
Line 36: Line 36:
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
Available versions:
 
Available versions:
*0.5.9
+
* 0.5.9
 +
* 0.5.10 (last 0.5 branch release)
 +
* 0.6.0 (default, beware the changes that may be incompatible with 0.5 pipelines).
 
<!-- -->
 
<!-- -->
 
{{#if: {{#var: mod}}|==Running the application using modules==
 
{{#if: {{#var: mod}}|==Running the application using modules==
Line 42: Line 44:
 
* HPC_BWA_BIN - executable directory
 
* HPC_BWA_BIN - executable directory
 
* HPC_BWA_MAN - manpage directory
 
* HPC_BWA_MAN - manpage directory
 +
* HPC_BWA_DOC - documentation directory
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}

Revision as of 20:02, 15 November 2011

Description

{{{name}}} website  
Burrows-Wheeler Aligner (BWA) is an efficient program that aligns relatively short nucleotide sequences against a long reference sequence such as the human genome. It implements two algorithms, bwa-short and BWA-SW. The former works for query sequences shorter than 200bp and the latter for longer sequences up to around 100kbp. Both algorithms do gapped alignment. They are usually more accurate and faster on queries with low error rates. Template:App Location Available versions:

  • 0.5.9
  • 0.5.10 (last 0.5 branch release)
  • 0.6.0 (default, beware the changes that may be incompatible with 0.5 pipelines).

Running the application using modules

To use bwa with the environment modules system at HPC the following commands are available:

Get module information for bwa:

$module spider bwa

Load the default application module:

$module load bwa

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_BWA_DIR - directory where bwa is located.
  • HPC_BWA_BIN - executable directory
  • HPC_BWA_MAN - manpage directory
  • HPC_BWA_DOC - documentation directory