Bwa 7.5: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
Megen002 (talk | contribs)
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 ..."
 
Megen002 (talk | contribs)
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 12: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
#%Module1.0#######################################################################
## 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

See also

External links