Description

DeDup is a tool for read deduplication in paired-end read merging (e.g. for ancient DNA experiments).

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM/SAM file

*.{bam,sam}

Output

name:type
description
pattern

bam

meta

:map

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

${prefix}.bam

:file

Deduplicated BAM file

${prefix}.bam

json

meta

:map

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

${prefix}.json

:file

JSON file for MultiQC

${prefix}.json

hist

meta

:map

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

${prefix}.hist

:file

Histogram data of amount of deduplication

${prefix}.hist

log

meta

:map

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

${prefix}.log

:file

Dedup log information

${prefix}.log

versions_dedup

${task.process}

:string

The name of the process

dedup

:string

The name of the tool

dedup --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

dedup

:string

The name of the tool

dedup --version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+'

:eval

The expression to obtain the version of the tool

Tools

dedup
GPL v3

DeDup is a tool for read deduplication in paired-end read merging (e.g. for ancient DNA experiments).