nf-core/csvtk/join @ 0.0.0-c4ed7fd
Summary
Join two or more CSV (or TSV) tables by selected fields into a single table
Get started
Add the following snippet to your workflow script to include this module.
include { CSVTK_JOIN } from 'nf-core/csvtk/join'
License
MIT License
Process
Name
|
CSVTK_JOIN |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
csv
file
|
CSV/TSV formatted files *.{csv,tsv}
|
Output
2 channels
#1
csv
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}.${out_extension}
file
|
Joined 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-c4ed7fd |
|---|---|
| Commit ID | c4ed7fdd281d290c622c5d93fa173effc0217fdb |
| Release Date | 27 Apr 2026 15:00:09 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcsvtk%2Fjoin/0.0.0-c4ed7fd/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/csvtk/join/blobs/sha256:2945dfbb0f50efbdaadc3dc78b0f1d630e7d42f055732d57d79162709f6674f6 |
| Size | 2.4 KB |
| Checksum | sha256:2945dfbb0f50efbdaadc3dc78b0f1d630e7d42f055732d57d79162709f6674f6 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-c4ed7fd | 27 Apr 2026 15:00:09 (UTC) | 1 | 2.4 KB | |
| 0.0.0-6c4ed3a | 23 Apr 2026 15:11:54 (UTC) | 3 | 2.3 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:08:15 (UTC) | 3 | 2.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:54:50 (UTC) | 2 | 2.3 KB |