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

Refactor config #16

Open
LysianeBouchard opened this issue Aug 26, 2024 · 1 comment
Open

Refactor config #16

LysianeBouchard opened this issue Aug 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@LysianeBouchard
Copy link
Contributor

Description of feature

We would like to align with nf-core architecture for configuration. To do this, we should move some configuration that is currently in nextflow.config in other locations:

  • Processes resources such as cpu, memory and disk should go in base.config
  • Other module configs such as publish dir, container, extra args, etc. should go in module.config

Also, the nf-core profiles definitions in nextflow.config are taking a lot of place (ex: docker, conda, charliecloud, apptainer, etc.) . To improve readability, we suggest to move them in a separated file (nf-core-profiles.config).

@LysianeBouchard LysianeBouchard added the enhancement New feature or request label Aug 26, 2024
@FelixAntoineLeSieur
Copy link
Contributor

yes, me and Damien also discussed this today. It could probably go in #11 or another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

4 participants
@LysianeBouchard @FelixAntoineLeSieur and others