You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
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).
The text was updated successfully, but these errors were encountered: