nf-core/bbmap/bbduk @ 0.0.0-6c4ed3a
Summary
Adapter and quality trimming of sequencing reads
Get started
Add the following snippet to your workflow script to include this module.
include { BBMAP_BBDUK } from 'nf-core/bbmap/bbduk'
License
MIT License
Process
Name
|
BBMAP_BBDUK |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively. |
contaminants
file
|
Reference files containing adapter and/or contaminant sequences for sequence kmer matching |
|---|
Output
3 channels
#1
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.log
file
|
Bbduk log file *bbduk.log
|
#2
reads
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.fastq.gz
file
|
The trimmed/modified fastq reads *fastq.gz
|
#3
versions_bbmap
tuple
${task.process}
string
|
The name of the process |
|---|---|
bbmap
string
|
The name of the tool |
bbversion.sh | grep -v "Duplicate cpuset"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bbmap | BBMap is a short read aligner, as well as various other bioinformatic tools. | https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:04:34 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbbmap%2Fbbduk/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bbmap/bbduk/blobs/sha256:1892e9005389d50de4d335e350d5e69161c04696d06930397c81b759ec09803e |
| Size | 3.2 KB |
| Checksum | sha256:1892e9005389d50de4d335e350d5e69161c04696d06930397c81b759ec09803e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:04:34 (UTC) | 3 | 3.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:45:21 (UTC) | 3 | 3.2 KB |