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:false ]

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 sample information e.g. [ id:‘test’, single_end:false ]

fasta

:file

Input genome fasta file

meta3

:map

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

index

:directory

Directory containing bwameth genome index

Output

name:type
description
pattern

bam

meta

:map

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

*.bam

:file

Output BAM file containing read alignments

*.{bam}

versions_bwameth

${task.process}

:string

The name of the process

bwameth

:string

The name of the tool

bwameth.py --version | cut -f2 -d ' '

:eval

The expression to obtain the version of the tool

versions_samtools

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools version | sed '1!d;s/.* //'

:eval

The expression to obtain the version of samtools

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

bwameth

:string

The name of the tool

bwameth.py --version | cut -f2 -d ' '

:eval

The expression to obtain the version of the tool

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools version | sed '1!d;s/.* //'

:eval

The expression to obtain the version of samtools

Tools

bwameth
MIT

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