Bug report
By default, Fusion tags all task outputs (via fusion.tags) as nextflow.io/temporary=true, so that the user can delete intermediates automatically using a retention policy
However, when Nextflow publishes task outputs to the output directory, it preserves this temporary tag, which means that a retention policy on the output directory will still delete "permanent" outputs
Nextflow should drop this tag when publishing outputs to object storage
Bug report
By default, Fusion tags all task outputs (via
fusion.tags) asnextflow.io/temporary=true, so that the user can delete intermediates automatically using a retention policyHowever, when Nextflow publishes task outputs to the output directory, it preserves this temporary tag, which means that a retention policy on the output directory will still delete "permanent" outputs
Nextflow should drop this tag when publishing outputs to object storage