Description

Concatenate two or more CSV (or TSV) tables 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}

in_format

:string

Input format (csv, tab, or a delimiting character)

*

out_format

:string

Output format (csv, tab, or a delimiting character)

*

Output

name:type
description
pattern

csv

meta

:map

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

${prefix}.${out_extension}

:file

Concatenated 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