×

nf-core/csvtk/split @ 0.0.0-0c7146d

Splits CSV/TSV into multiple files according to column values

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @SusiJo
Maintainers: @SusiJo

Summary

Splits CSV/TSV into multiple files according to column values

Get started

Add the following snippet to your workflow script to include this module.

include { CSVTK_SPLIT } from 'nf-core/csvtk/split'

License

MIT License

Process
Name CSVTK_SPLIT
Input 3 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

csv file

CSV/TSV 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 split_csv tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.${out_extension} file

Split 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 CSVTK is a cross-platform, efficient and practical CSV/TSV toolkit that allows rapid data investigation and manipulation. https://bioinf.shenwei.me/csvtk/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:33:36 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fcsvtk%2Fsplit/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/csvtk/split/blobs/sha256:546b2398a55f1e49fa464cede09dbd6f0239d41ac151005217101455edc32501
Size 2.7 KB
Checksum sha256:546b2398a55f1e49fa464cede09dbd6f0239d41ac151005217101455edc32501
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:33:36 (UTC) 1 2.7 KB -