Bwa 7.5: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
(Created page with "BWA is a short read aligner designed by Heng Li and currently the most widely used aligner for re-sequencing analysis. == Module file == The module file can be found in this ...")
 
No edit summary
Line 1: Line 1:
BWA is a short read aligner designed by Heng Li and currently the most widely used aligner for re-sequencing analysis.
[http://en.wikipedia.org/wiki/Burrows-Wheeler_Aligner#Short-Read_Sequence_Alignment BWA] is a short read aligner designed by Heng Li and currently the most widely used aligner for re-sequencing analysis.


== Module file ==
== Module file ==

Revision as of 11:40, 21 December 2013

BWA is a short read aligner designed by Heng Li and currently the most widely used aligner for re-sequencing analysis.

Module file

The module file can be found in this location:

 /cm/shared/apps/WUR/ABGC/modulefiles

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. bwa 0.5.9 modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds bwa v0.5.9 to your environment"

}

module-whatis "Adds bwa v0.5.9 to your environment"

set bwa_059_root /cm/shared/apps/WUR/ABGC/bwa/bwa-0.5.9/

prepend-path PATH $bwa_059_root

</source>

See also

External links