Bwa 5.9: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
Line 3: | Line 3: | ||
== Module file == | == Module file == | ||
The module file can be found in this location: | The module file can be found in this location: | ||
/cm/shared/ | /cm/shared/modulefiles/SHARED/ | ||
<source lang='tcl'> | <source lang='tcl'> | ||
Line 16: | Line 16: | ||
module-whatis "Adds bwa v0.5.9 to your environment" | module-whatis "Adds bwa v0.5.9 to your environment" | ||
set bwa_059_root /cm/shared/apps/ | set bwa_059_root /cm/shared/apps/SHARED/bwa/bwa-0.5.9/ | ||
prepend-path PATH $bwa_059_root | prepend-path PATH $bwa_059_root |
Latest revision as of 09:57, 15 March 2014
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'>
- %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/SHARED/bwa/bwa-0.5.9/
prepend-path PATH $bwa_059_root
</source>