Description

Generates methylation bias plots 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

txt

meta

:map

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

*.mbias.txt

:file

Text file containing methylation bias

*.{txt}

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

Read position methylation bias tools from MethylDackel, a (mostly) universal extractor for methyl-seq experiments.