HPC:bwa

From HPC wiki
Revision as of 15:54, 4 November 2014 by Asrini (talk | contribs) (Created page with "=== bwa === bwa 0.5.9-r16 is installed across all HPC nodes. ==== Usage ==== bwa can be called without the need for an environment module on any of the compute nodes. <pre> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

bwa

bwa 0.5.9-r16 is installed across all HPC nodes.

Usage

bwa can be called without the need for an environment module on any of the compute nodes.


[asrini@consign ~]$ bsub -Is bash


[asrini@node061 ~]$ bwa

Program: bwa (alignment via Burrows-Wheeler transformation)
Version: 0.5.9-r16
Contact: Heng Li <lh3@sanger.ac.uk>

Usage:   bwa <command> [options]

Command: index         index sequences in the FASTA format
         aln           gapped/ungapped alignment
         samse         generate alignment (single ended)
         sampe         generate alignment (paired ended)
         bwasw         BWA-SW for long queries

         fa2pac        convert FASTA to PAC format
         pac2bwt       generate BWT from PAC
         pac2bwtgen    alternative algorithm for generating BWT
         bwtupdate     update .bwt to the new format
         pac_rev       generate reverse PAC
         bwt2sa        generate SA from BWT and Occ
         pac2cspac     convert PAC to color-space PAC
         stdsw         standard SW/NW alignment

Other Pages