Description

Performs fastq alignment to a reference using DRAGMAP

Input

Name (Type)
Description
Pattern

meta (map)

Groovy Map containing sample information
e.g. [ id:‘test’, single_end

]

reads (file)

List of input FastQ files of size 1 and 2 for single-end and paired-end data,
respectively.

meta2 (map)

Groovy Map containing reference information
e.g. [ id:‘test’, single_end

]

hashmap (file)

DRAGMAP hash table

Directory containing DRAGMAP hash table *.{cmp,.bin,.txt}

meta3 (map)

Groovy Map containing reference information
e.g. [ id:‘genome’]

fasta (file)

Genome fasta reference files

*.{fa,fasta,fna}

Output

Name (Type)
Description
Pattern

bam (file)

Output BAM file containing read alignments

*.{bam}

versions (file)

File containing software versions

versions.yml

Tools

dragmap
GPL v3

Dragmap is the Dragen mapper/aligner Open Source Software.