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}

bai

:file

BAM/CRAM index file

*.{bai,crai}

meta2

:map

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

fasta

:file

Input genome fasta file

*.{fasta,fa}

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_methyldackel

${task.process}

:string

The name of the process

methyldackel

:string

The name of the tool

MethylDackel --version 2>&1 | cut -f1 -d' '

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

methyldackel

:string

The name of the tool

MethylDackel --version 2>&1 | cut -f1 -d' '

:eval

The expression to obtain the version of the tool

Tools

methyldackel
MIT

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