Workflow Overview
tsvconcat
The tsvconcat
workflow takes an array of TSV files as input and combines them into a single TSV file. It handles empty files and ensures proper concatenation of data.
Inputs
tsv_files
: Array of TSV files to concatenate
Outputs
output
: A single TSV file containing the concatenated data from all input files
Implementation Details
The workflow uses Polars to efficiently read and concatenate TSV files. It:
- Reads each input TSV file
This is a companion discussion topic for the original entry at github.com/Breast-Oncology-Computational-Group/public-workflows/TSVConcat