nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

Add defaults configuration settings

Open pditommaso opened this issue 4 months ago • 2 comments

This PR aims to make default settings configurable via the nextflow configuration file.

The primary goal is to allow the control the defaults of publishDir directive. It can be extend to cover the settings of almost any other configuration attribute.

Solves https://github.com/nextflow-io/nextflow/issues/4186

pditommaso avatar Mar 11 '24 08:03 pditommaso

Deploy Preview for nextflow-docs-staging canceled.

Name Link
Latest commit fbe5d5c734df476c5ed104eef7ee9fc57227645b
Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/65eebe6cec246c0007653e31

netlify[bot] avatar Mar 11 '24 08:03 netlify[bot]

I don't see the point in doing this. We are planning to replace publishDir with the workflow output DSL, which I have shown can provide a simple way to provide publish defaults without so much repetition (https://github.com/nf-core/fetchngs/pull/275). And when you put aside publishDir, there is no other process directive that would benefit from this sort of defaults scope.

bentsherman avatar Mar 11 '24 15:03 bentsherman