bwa-software
This is an old revision of the document!
Table of Contents
Burrows-Wheeler Aligner
BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome.
Information
- Latest version: 0.7.18
- Added: April, 2013
- Updated: August, 2024
Usage
See versions which are available:
$ module avail bwa
Load one version into your environment and run it:
$ module load bwa/0.7.18 $ bwa
Installation
Notes from the sysadmin during installation:
$ cd /tmp $ git clone https://github.com/lh3/bwa.git -b v0.7.18 $ cd bwa $ make $ sudo mkdir -p /export/apps/bwa/0.7.18/{bin,share/man/man1} $ sudo cp bwa *.pl /export/apps/bwa/0.7.18/bin $ sudo cp -rv bwakit/ /export/apps/bwa/0.7.18
bwa-software.1725539231.txt.gz · Last modified: 2024/09/05 12:27 by aorth