nf-core/seqkit/fx2tab @ 0.0.0-6c4ed3a
Summary
Convert FASTA/Q to tabular format, and provide various information, like sequence length, GC content/GC skew.
Get started
Add the following snippet to your workflow script to include this module.
include { SEQKIT_FX2TAB } from 'nf-core/seqkit/fx2tab'
License
MIT License
Process
Name
|
SEQKIT_FX2TAB |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fastx
file
|
Sequence file in fasta/q format *.{fasta,fastq,fa,fq,fas,fna,faa}[.gz,.zst]
|
Output
2 channels
#1
text
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.txt*
file
|
Text file in tabular format *.txt[.gz,.zstd,.zst]
|
#2
versions_seqkit
tuple
${task.process}
string
|
The name of the process |
|---|---|
seqkit
string
|
The name of the tool |
seqkit version | sed 's/^.*v//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| seqkit | Cross-platform and ultrafast toolkit for FASTA/Q file manipulation, written by Wei Shen. | https://github.com/shenwei356/seqkit |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:44:25 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fseqkit%2Ffx2tab/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/seqkit/fx2tab/blobs/sha256:65130de3cbb4824f09944794a3f430897741bbd68844aa497e5f9b14288d8cbe |
| Size | 2.4 KB |
| Checksum | sha256:65130de3cbb4824f09944794a3f430897741bbd68844aa497e5f9b14288d8cbe |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:44:25 (UTC) | 4 | 2.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:30:20 (UTC) | 3 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:36:32 (UTC) | 3 | 2.4 KB |