nf-core/umicollapse @ 0.0.0-0c7146d
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
Name
|
UMICOLLAPSE |
|---|
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}
|
|---|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bam
file
|
BAM file with deduplicated UMIs. *.{bam}
|
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}
|
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
|
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-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:44:53 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fumicollapse/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/umicollapse/blobs/sha256:289f744add2ae8d403e7d7c8a89818056ded16de45796007efb313a9839d8821 |
| Size | 3.7 KB |
| Checksum | sha256:289f744add2ae8d403e7d7c8a89818056ded16de45796007efb313a9839d8821 |
| 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 |