×

nf-core/umicollapse @ 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: 9
Source: nf-core/modules

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 { UMICOLLAPSE } from 'nf-core/umicollapse'

License

MIT License

Process
Name UMICOLLAPSE
Input 2 channels
#1 tuple
meta map

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

input file

Input bam file

*.bam
bai file

BAM index files corresponding to the input BAM file. Optionally can be skipped using [] when using FastQ input.

*.{bai}
mode string

Selects the mode of Umicollapse - either fastq or bam need to be provided.

{fastq,bam}
Output 4 channels
#1 bam tuple
meta map

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

*.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 ]

*_UMICollapse.log file

A log file with the deduplication statistics.

*_{UMICollapse.log}
#3 fastq tuple
meta map

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

*dedup*fastq.gz file

FASTQ file with deduplicated UMIs.

*dedup*fastq.gz
#4 versions_umicollapse tuple
${task.process} string

The name of the process

umicollapse string

The name of the tool

1.1.0-0 eval

The expression to obtain the version of the tool

Tool Description Homepage
umicollapse UMICollapse contains tools for dealing with Unique Molecular Identifiers (UMIs)/Random Molecular Tags (RMTs). https://github.com/Daniel-Liu-c0deb0t/UMICollapse
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:50:38 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fumicollapse/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/umicollapse/blobs/sha256:ba5f6fe3e660c528553f298fff631a42b1b5a645a448fd15ec3ab2d153897d38
Size 3.7 KB
Checksum sha256:ba5f6fe3e660c528553f298fff631a42b1b5a645a448fd15ec3ab2d153897d38
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:50:38 (UTC) 3 3.7 KB
0.0.0-3fc6d40 22 Apr 2026 15:35:13 (UTC) 3 3.7 KB
0.0.0-0c7146d 08 Apr 2026 19:44:53 (UTC) 3 3.7 KB