Description

Converts a specified reference genome into two different bisulfite converted versions and indexes them for alignments.

Input

name:type
description
pattern

meta

:map

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

fasta

:file

Input genome fasta file

Output

name:type
description
pattern

index

meta

:map

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

BismarkIndex

:directory

Bismark genome index directory

BismarkIndex

versions_bismark

${task.process}

:string

The name of the process

bismark

:string

The name of the tool

bismark -v 2>&1 | sed -n 's/^.*Bismark Version: v//p'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

bismark

:string

The name of the tool

bismark -v 2>&1 | sed -n 's/^.*Bismark Version: v//p'

:eval

The expression to obtain 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.