nf-core/csvtk/sort @ 0.0.0-6c4ed3a
Summary
Sort CSV (or TSV) tables
Get started
Add the following snippet to your workflow script to include this module.
include { CSVTK_SORT } from 'nf-core/csvtk/sort'
License
MIT License
Process
Name
|
CSVTK_SORT |
|---|
Input
3 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
csv
file
|
CSV/TSV formatted file *.{csv,tsv}
|
in_format
string
|
Input format (csv, tab, or a delimiting character) *
|
|---|
out_format
string
|
Output format (csv, tab, or a delimiting character) *
|
|---|
Output
2 channels
#1
sorted
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.${out_extension}
file
|
Sorted CSV/TSV file *.{csv,tsv}
|
#2
versions_csvtk
tuple
${task.process}
string
|
The name of the process |
|---|---|
csvtk
string
|
The name of the tool |
csvtk version | sed -e 's/csvtk v//g'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| csvtk | A cross-platform, efficient, practical CSV/TSV toolkit | http://bioinf.shenwei.me/csvtk |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:11:57 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcsvtk%2Fsort/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/csvtk/sort/blobs/sha256:3cbe32635a6974be47853b39b02eb1ebaa76b74c439947699b1663a352cb1b00 |
| Size | 2.3 KB |
| Checksum | sha256:3cbe32635a6974be47853b39b02eb1ebaa76b74c439947699b1663a352cb1b00 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:11:57 (UTC) | 3 | 2.3 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:08:18 (UTC) | 3 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:54:54 (UTC) | 2 | 2.3 KB |