Description

Performs alignment of BS-Seq reads using bwameth

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.

index (dir)

Directory containing bwameth genome index

Output

Name (Type)
Description
Pattern

meta (map)

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

]

bam (file)

Output BAM file containing read alignments

*.{bam}

versions (file)

File containing software versions

versions.yml

Tools

bwameth
MIT

Fast and accurate alignment of BS-Seq reads using bwa-mem and a 3-letter genome.