Description

Relates methylation calls back to genomic cytosine contexts.

Input

name:type
description
pattern

meta{:bash}

:map

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

coverage_file{:bash}

:file

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

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

coverage{:bash}

meta{:bash}

:map

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

*.cov.gz{:bash}

:file

A file containing methylation calls per position.

*.cov.gz

report{:bash}

meta{:bash}

:map

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

*report.txt.gz{:bash}

:file

Genomic cytosine context results.

*report.txt.gz

summary{:bash}

meta{:bash}

:map

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

*cytosine_context_summary.txt{:bash}

:file

Cyotosine context summary report.

*cytosine_context_summary.txt

versions{:bash}

versions.yml{:bash}

: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.