Bwa 7.5
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/apps/WUR/ABGC/modulefiles
<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/WUR/ABGC/bwa/bwa-0.5.9/
prepend-path PATH $bwa_059_root
</source>