EnzymeFunctionInitiative / EST

Programs for creating Sequence Similarity Networks and wrappers for pipeline submission on a torque cluster
GNU General Public License v3.0
6 stars 4 forks source link

Incrementally publish files #48

Closed 1ndy closed 3 months ago

1ndy commented 3 months ago

The Nextflow pipelines currently have a finalize_output stage. This was intended to be used to compress the final output files. Output finalization may be platform specific and therefore should be handled by a script which runs after the pipeline succeeds. Remove the finalize_output stages from the nextflow pipelines and replace them publishDir directives within processes.