Implementation of csvkit
for stream merging csv
#136
Labels
enhancement
Improvement for existing functionality
csvkit
for stream merging csv
#136
Description of feature
Currently some processes, like
MERGE_PREDICTIONS
use a customconcat_tsv.py
script enabling streamed merging of many cvs, as prediction tables tend to get very large and multiple 100ed files are concatenated.To reduce maintenance load we could implement an nf-core module for:
https://csvkit.readthedocs.io/en/latest/contributing.html#streaming-versus-buffering
The text was updated successfully, but these errors were encountered: