nextflow
nextflow copied to clipboard
Add gzip (de)compression support to the collectFile operator
New feature
Hi, it would be nice to have a decompress and compress parameter for the collectFile operator like for the splitX operators.
Usage scenario
Collect compressed files (#2550) and/or compress the emitted collected file(s).
Suggest implementation
See #484