nf-core/seqtk/rename @ 0.0.0-6c4ed3a
Summary
Rename sequence names in FASTQ or FASTA files.
Get started
Add the following snippet to your workflow script to include this module.
include { SEQTK_RENAME } from 'nf-core/seqtk/rename'
License
MIT License
Process
Name
|
SEQTK_RENAME |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
sequences
file
|
A FASTQ or FASTA file *.{fastq.gz, fastq, fq, fq.gz, fasta, fastq.gz, fa, fa.gz, fas, fas.gz, fna, fna.gz}
|
Output
2 channels
#1
sequences
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test' ] |
|---|---|
*.gz
file
|
FASTQ/FASTA file containing renamed sequences *.{fastq.gz, fasta.gz}
|
#2
versions_seqtk
tuple
${task.process}
string
|
The name of the process |
|---|---|
seqtk
string
|
The name of the tool |
seqtk 2>&1 | sed -n 's/^Version: //p'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| seqtk | Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. The seqtk rename command renames sequence names. | https://github.com/lh3/seqtk |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:44:48 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseqtk%2Frename/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seqtk/rename/blobs/sha256:3a1b38f37b8ce6f2ed41806126d73b996a8a8f102c36762a2a96d23309f5c147 |
| Size | 2.4 KB |
| Checksum | sha256:3a1b38f37b8ce6f2ed41806126d73b996a8a8f102c36762a2a96d23309f5c147 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:48 (UTC) | 3 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:41 (UTC) | 2 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:37:05 (UTC) | 2 | 2.3 KB |