Description

A bioinformatics tool for working with modified bases

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

Sorted BAM/CRAM file

*.{bam,cram}

bai{:bash}

:file

Associated index file for BAM

*.bai

meta2{:bash}

:map

Groovy Map containing reference information e.g. [ id:'hg38' ]

fasta{:bash}

:file

Reference sequence in FASTA format. Required for motif (e.g. CpG) filtering

*.fasta

fai{:bash}

:file

Associated index file for FASTA

*.fai

meta3{:bash}

:map

Groovy Map containing BED file information e.g. [ id:'regions' ]

bed{:bash}

:file

BED file that will restrict threshold estimation and pileup results to positions overlapping intervals in the file

*.bed

Output

name:type
description
pattern

bedgz{:bash}

meta{:bash}

:map

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

*.bed.gz{:bash}

:file

bgzf-compressed bedMethyl output file(s)

*.bed

log{:bash}

meta{:bash}

:map

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

*.log{:bash}

:file

File for debug logs to be written to

*.log

versions_modkit{:bash}

${task.process}{:bash}

:string

The name of the process

modkit{:bash}

:string

The name of the tool

modkit --version | sed 's/modkit //'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

modkit{:bash}

:string

The name of the tool

modkit --version | sed 's/modkit //'{:bash}

:eval

The expression to obtain the version of the tool

Tools

modkit
Oxford Nanopore Technologies PLC. Public License Version 1.0

A bioinformatics tool for working with modified bases in Oxford Nanopore sequencing data