Performs fastq alignment to a fasta reference using NextGenMap
Input
name:type
description
pattern
meta:map
Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
reads:file
List of input FastQ files of size 1, if meta.single_end is true, and 2
if meta.single_end is false.
fasta:file
Genomic reference fasta file
*.{fa,fa.gz,fas,fas.gz,fna,fna.gz,fasta,fasta.gz}
Output
name:type
description
pattern
bam
meta:map
Groovy Map containing sample information. First item of tuple with
bam, below.
e.g. [ id:‘test’, single_end:false ]
*.bam:file
Output BAM file containing read alignments. Second item of tuple with
meta, above
*.{bam}
versions
versions.yml:file
File containing software versions
versions.yml
Tools
bwa
MIT
NextGenMap is a flexible highly sensitive short read mapping tool that
handles much higher mismatch rates than comparable algorithms while
still outperforming them in terms of runtime