Wgs assembler 8.1

From HPCwiki
Revision as of 20:50, 17 March 2014 by Megen002 (talk | contribs) (Created page with "[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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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/modulefiles/SHARED/

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. Celera WGS Assembler 8.1 modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds Celera WGS Assembler to your environment"

}

module-whatis "Adds Celera WGS Assembler to your environment"

set wgs_81_root /cm/shared/apps/SHARED/wgs-assembler/wgs-8.1/Linux-amd64/bin/

prepend-path PATH $wgs_81_root


</source>

See also

External links