nf-core/seqtk/comp @ 0.0.0-0c7146d
Summary
Computes sequence statistics from FASTQ or FASTA files
Get started
Add the following snippet to your workflow script to include this module.
include { SEQTK_COMP } from 'nf-core/seqtk/comp'
License
MIT License
Process
Name
|
SEQTK_COMP |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1' ] |
|---|---|
fastx
file
|
A FASTQ or FASTA file *.{fastq,fq,fasta,fa,fas,fna}{,.gz}
|
Output
2 channels
#1
seqtk_stats
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'sample1', single_end:false ] |
|---|---|
*.seqtk_stats.tsv
file
|
The output TSV file summarizing sequence statistics with columns for sequence name, length, counts of A, C, G, T, and N bases, and GC content percentage." *.seqtk_stats.tsv
|
#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_comp | Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. The seqtk comp command computes base composition, sequence length, and GC content for quality control. | https://github.com/lh3/seqtk |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:37:00 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseqtk%2Fcomp/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seqtk/comp/blobs/sha256:ac34592a9bc76954e9cdff91e525213c822e08c047931c6a82c7d25585cf5baa |
| Size | 2.4 KB |
| Checksum | sha256:ac34592a9bc76954e9cdff91e525213c822e08c047931c6a82c7d25585cf5baa |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:44 (UTC) | 3 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:38 (UTC) | 1 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:37:00 (UTC) | 1 | 2.4 KB |