Description

Extracts per-base methylation metrics from alignments

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM/CRAM file

*.{bam,cram}

meta2

:map

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

bai

:file

BAM/CRAM index file

*.{bai,crai}

meta3

:map

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

fasta

:file

Input genome fasta file

*.{fasta,fa}

meta4

:map

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

fai

:file

FASTA index file

*.{fai}

Output

name:type
description
pattern

bedgraph

meta

:map

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

*.bedGraph

:file

bedGraph file, containing per-base methylation metrics

*.bedGraph

methylkit

meta

:map

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

*.methylKit

:file

methylKit file, containing per-base methylation metrics

*.methylKit

versions

versions.yml

:file

File containing software versions

versions.yml

Tools

methyldackel
MIT

Methylation caller from MethylDackel, a (mostly) universal methylation extractor for methyl-seq experiments.