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

Reorganize config and rename ambiguous params #67

Closed
jashapiro opened this issue Dec 8, 2021 · 0 comments · Fixed by #75
Closed

Reorganize config and rename ambiguous params #67

jashapiro opened this issue Dec 8, 2021 · 0 comments · Fixed by #75

Comments

@jashapiro
Copy link
Member

The section nextflow.config with index file locations is getting pretty big, and with multiple indices, some of the parameter names are getting a bit ambiguous. For example, fasta and gtf should probably be something like ref_fasta and ref_gtf. Changing these will require changing their use throughout the modules.

We can also reorganize somewhat, breaking up the config file into smaller ones that define the processes and parameters separately and taking advantage of the includeConfig directive. I also realized that we can use variables in the config files , so we can cut a lot of redundant path info. More info on this here: https://www.nextflow.io/docs/latest/config.html?highlight=configuration#config-syntax

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 a pull request may close this issue.

1 participant