Description

Relates methylation calls back to genomic cytosine contexts.

Input

Name (Type)
Description
Pattern

meta (map)

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

]

coverage_file (file)

A file containing methylation calls per position, in the format produced by bismark_methylation_extractor.

index (dir)

Bismark genome index directory

BismarkIndex

Output

Name (Type)
Description
Pattern

meta (map)

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

]

coverage (file)

A file containing methylation calls per position.

*.cov.gz

report (file)

Genomic cytosine context results.

*report.txt.gz

summary (file)

Cyotosine context summary report.

*cytosine_context_summary.txt

versions (file)

File containing software versions

versions.yml

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.