Wgs assembler 8.1
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'>
- %Module1.0#######################################################################
- 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>