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.MapperBWA 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. -
name= 'bwa'¶ Plain text name of the mapper.
-