phe.mapping.BWAMapper module

Implementation of the Mapper class using BWA (Heng Li) mapper.

Date:17 Sep, 2015
Author:Alex Jironkin
class BWAMapper(cmd_options=None)[source]

Bases: phe.mapping.Mapper

BWA mapper developed by Heng Li.

Methods

create_aux_files(ref)
get_info([plain])
get_meta()
get_samtools_version() Get version of samtools used.
get_version()
make_bam(*args, **kwargs) Make indexed BAM from reference, and fastq files.
make_sam(*args, **kwargs)
validate() Validate itself, by checking appropriate commands can run.
create_aux_files(ref)[source]
get_info(plain=False)[source]
get_version()[source]
make_sam(*args, **kwargs)[source]
name = 'bwa'

Plain text name of the mapper.