nf-core/bowtie/align @ 0.0.0-0c7146d
Summary
Align reads to a reference genome using bowtie
Get started
Add the following snippet to your workflow script to include this module.
include { BOWTIE_ALIGN } from 'nf-core/bowtie/align'
License
MIT License
Name
|
BOWTIE_ALIGN |
|---|
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. |
meta2
map
|
Groovy Map containing genome information e.g. [ id:'sarscov2' ] |
|---|---|
index
file
|
Bowtie genome index files *.ebwt
|
save_unaligned
boolean
|
Whether to save fastq files containing the reads which did not align. |
|---|
bam
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.bam
file
|
Output BAM file containing read alignments *.{bam}
|
log
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*.out
file
|
Log file *.log
|
fastq
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*fastq.gz
file
|
Unaligned FastQ files *.fastq.gz
|
versions_gzip
tuple
${task.process}
string
|
The name of the process |
|---|---|
gzip
string
|
The name of the tool |
gzip --version 2>&1 | sed '1!d;s/gzip //'
eval
|
The expression to obtain the version of the tool |
versions_bowtie
tuple
${task.process}
string
|
The name of the process |
|---|---|
bowtie
string
|
The name of the tool |
bowtie --version 2>&1 | sed -n 's/.*bowtie-align-s version //p'
eval
|
The expression to obtain the version of the tool |
versions_samtools
tuple
${task.process}
string
|
The name of the process |
|---|---|
samtools
string
|
The name of the tool |
samtools version | sed '1!d;s/.* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| bowtie | bowtie is a software package for mapping DNA sequences against a large reference genome, such as the human genome. | http://bowtie-bio.sourceforge.net/index.shtml |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:28:20 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbowtie%2Falign/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bowtie/align/blobs/sha256:b6e49f65b1bb1b9faf10c24f3238bab9dda4077194478f013391a340f3a299f6 |
| Size | 3.5 KB |