BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM.
The following versions of BWA are available on OSC clusters:
Version | Owens | Pitzer | Cardinal |
---|---|---|---|
0.7.17-r1198 | X* | X* | |
0.7.17 | X |
You can use module spider bwa
to view available modules for a given machine. Feel free to contact OSC Help if you need other versions for your work.
BWA is available to all OSC users. If you have any questions, please contact OSC Help.
Li H. and Durbin R., Open source
module load bwa
. The default version will be loaded. To select a particular BWA version, use module load bwa/version
. For example, use module load bwa/0.7.13
to load BWA 0.7.13.module load bwa
. The default version will be loaded.