nf-core/fgbio/callmolecularconsensusreads @ 0.0.0-0c7146d
Summary
Calls consensus sequences from reads with the same unique molecular tag.
Get started
Add the following snippet to your workflow script to include this module.
include { FGBIO_CALLMOLECULARCONSENSUSREADS } from 'nf-core/fgbio/callmolecularconsensusreads'
License
MIT License
Process
Name
|
FGBIO_CALLMOLECULARCONSENSUSREADS |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false, collapse:false ] |
|---|---|
grouped_bam
file
|
The input SAM or BAM file, grouped by UMIs *.{bam,sam}
|
min_reads
integer
|
Minimum number of original reads to build each consensus read. |
|---|
min_baseq
integer
|
Ignore bases in raw reads that have Q below this value. |
|---|
Output
2 channels
#1
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.bam
file
|
Output SAM or BAM file to write consensus reads. *.{bam,sam}
|
#2
versions_fgbio
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
fgbio
string
|
The tool name |
fgbio --version 2>&1 | tr -d "[:cntrl:]" | sed -e "s/^.*Version: //;s/\[.*$//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fgbio | Tools for working with genomic and high throughput sequencing data. | https://github.com/fulcrumgenomics/fgbio |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:00:53 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffgbio%2Fcallmolecularconsensusreads/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/fgbio/callmolecularconsensusreads/blobs/sha256:a99dd865b2199860a506971c7b35bab64fcce464c3a5d4659c9aabc3871ffd93 |
| Size | 2.9 KB |
| Checksum | sha256:a99dd865b2199860a506971c7b35bab64fcce464c3a5d4659c9aabc3871ffd93 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:17:11 (UTC) | 4 | 2.9 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:00:53 (UTC) | 3 | 2.9 KB |