Description

Join two or more CSV (or TSV) tables by selected fields into a single table

Input

name:type
description
pattern

meta

:map

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

csv

:file

CSV/TSV formatted files

*.{csv,tsv}

Output

name:type
description
pattern

csv

meta

:map

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

${prefix}.${out_extension}

:file

Joined CSV/TSV file

*.{csv,tsv}

versions_csvtk

${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

Topics

name:type
description
pattern

versions

${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

Tools

csvtk
MIT

A cross-platform, efficient, practical CSV/TSV toolkit