×

nf-core/umitools/dedup @ 0.0.0-6c4ed3a

Deduplicate reads based on the mapping co-ordinate and the UMI attached to the read.

Latest version: 0.0.0-6c4ed3a
Total downloads: 5
Source: nf-core/modules
Maintainers: @drpatelh @grst @klkeys

Summary

Deduplicate reads based on the mapping co-ordinate and the UMI attached to the read.

Get started

Add the following snippet to your workflow script to include this module.

include { UMITOOLS_DEDUP } from 'nf-core/umitools/dedup'

License

MIT License

Process
Name UMITOOLS_DEDUP
Input 2 channels
#1 tuple
meta map

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

bam file

BAM file containing reads to be deduplicated via UMIs.

*.{bam}
bai file

BAM index files corresponding to the input BAM file.

*.{bai}
get_output_stats boolean

Whether or not to generate output stats.

Output 6 channels
#1 bam tuple
meta map

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

${prefix}.bam file

BAM file with deduplicated UMIs.

*.{bam}
#2 log tuple
meta map

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

*.log file

File with logging information

*.{log}
#3 tsv_per_umi tuple
meta map

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

*per_umi.tsv file

UMI-level summary statistics.

*per_umi.tsv
#4 tsv_edit_distance tuple
meta map

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

*edit_distance.tsv file

Reports the (binned) average edit distance between the UMIs at each position.

*edit_distance.tsv
#5 versions_umitools tuple
${task.process} string

The name of the process

umitools string

The name of the tool

umi_tools --version | sed 's/UMI-tools version: //' eval

The expression to obtain the version of the tool

#6 tsv_umi_per_position tuple
meta map

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

*per_position.tsv file

Tabulates the counts for unique combinations of UMI and position.

*per_position.tsv
Tool Description Homepage
umi_tools UMI-tools contains tools for dealing with Unique Molecular Identifiers (UMIs)/Random Molecular Tags (RMTs) and single cell RNA-Seq cell barcodes n/a
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:50:39 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fumitools%2Fdedup/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/umitools/dedup/blobs/sha256:6a3ddee7e2907d1358746afc9390e290be3c05070ee510684a68ab041131418c
Size 3.6 KB
Checksum sha256:6a3ddee7e2907d1358746afc9390e290be3c05070ee510684a68ab041131418c
Downloads 4
Version Date Status Downloads Size