nf-core/fgbio/filterconsensusreads @ 0.0.0-6c4ed3a
Summary
Uses FGBIO FilterConsensusReads to filter consensus reads generated by CallMolecularConsensusReads or CallDuplexConsensusReads.
Get started
Add the following snippet to your workflow script to include this module.
include { FGBIO_FILTERCONSENSUSREADS } from 'nf-core/fgbio/filterconsensusreads'
License
MIT License
Name
|
FGBIO_FILTERCONSENSUSREADS |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
bam
file
|
BAM file *.bam
|
meta2
map
|
Groovy Map containing genome information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
Fasta file containing genomic sequence information *.{fa,fasta,fna}
|
index
file
|
Fasta index file *.fai
|
dict
file
|
Fasta dictionary file *.dict
|
min_reads
integer
|
Minimum number of reads required to keep a consensus read |
|---|
min_baseq
file
|
Minimum base quality to consider |
|---|
max_base_error_rate
file
|
Maximum base error rate for a position before it is replaced with an N. |
|---|
bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.bam
file
|
Filtered consensus BAM file *.bam
|
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 | A set of tools for working with genomic and high throughput sequencing data, including UMIs | http://fulcrumgenomics.github.io/fgbio/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:17:17 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffgbio%2Ffilterconsensusreads/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/fgbio/filterconsensusreads/blobs/sha256:995844dc88c3bb02be98606b71c56cbe61e1050f3317cc761d06e76ccb190f5d |
| Size | 3.0 KB |
| Checksum | sha256:995844dc88c3bb02be98606b71c56cbe61e1050f3317cc761d06e76ccb190f5d |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:17:17 (UTC) | 3 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:01:00 (UTC) | 3 | 2.9 KB |