Description

Performs alignment of BS-Seq reads using bismark

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

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

meta2{:bash}

:map

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

fasta{:bash}

:file

Reference genome FASTA file

meta3{:bash}

:map

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

index{:bash}

:directory

Bismark genome index directory

BismarkIndex

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

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

*bam{:bash}

:file

Output BAM file containing read alignments

*.{bam}

report{:bash}

meta{:bash}

:map

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

*report.txt{:bash}

:file

Bismark alignment reports

*{report.txt}

unmapped{:bash}

meta{:bash}

:map

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

*fq.gz{:bash}

:file

Output FastQ file(s) containing unmapped reads

*.{fq.gz}

versions_bismark{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bismark{:bash}

:string

The tool name

bismark --version | grep Version | sed -e "s/Bismark Version: v//" | xargs{:bash}

:string

The version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The process the versions were collected from

bismark{:bash}

:string

The tool name

bismark --version | grep Version | sed -e "s/Bismark Version: v//" | xargs{:bash}

:string

The version of the tool

Tools

bismark
GPL-3.0-or-later

Bismark is a tool to map bisulfite treated sequencing reads and perform methylation calling in a quick and easy-to-use fashion.