Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add defaults configuration settings #4808

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

pditommaso
Copy link
Member

@pditommaso pditommaso commented Mar 11, 2024

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 #4186

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso marked this pull request as draft March 11, 2024 08:18
Copy link

netlify bot commented Mar 11, 2024

Deploy Preview for nextflow-docs-staging canceled.

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

@bentsherman
Copy link
Member

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 (nf-core/fetchngs#275). And when you put aside publishDir, there is no other process directive that would benefit from this sort of defaults scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants