Extracts per-base methylation metrics from alignments
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
bam
:file
BAM/CRAM file
*.{bam,cram}
bai
BAM/CRAM index file
*.{bai,crai}
meta2
fasta
Input genome fasta file
*.{fasta,fa}
fai
FASTA index file
*.{fai}
bedgraph
*.bedGraph
bedGraph file, containing per-base methylation metrics
methylkit
*.methylKit
methylKit file, containing per-base methylation metrics
versions_methyldackel
${task.process}
:string
The name of the process
methyldackel
The name of the tool
MethylDackel --version 2>&1 | cut -f1 -d' '
:eval
The expression to obtain the version of the tool
versions
Methylation caller from MethylDackel, a (mostly) universal methylation extractor for methyl-seq experiments.