-
Notifications
You must be signed in to change notification settings - Fork 417
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
Template update #475
Template update #475
Conversation
|
@maxulysse as I understand it this line Line 186 in 4e5ed7a
Line 187 in 4e5ed7a
genomes.config needed for anything else?
|
This |
OK @ggabernet all the CI tests and the linting tests are passing again. It is really ready for review now 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@@ -97,18 +107,12 @@ profiles { | |||
} | |||
} | |||
|
|||
//This is apparently useless as it won't overwrite things in the modules.config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this is because test.config
is loaded before modules.config
. you want it to overwrite the modules.config
it needs to be passed as a parameter there, e.g. a new param called --single_fork
that is set on the test profile, and if this one is set then the modules.config
sets the maxForks to 1 of SNPEFF and ENSEMBLVEP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes figured it out with Mahesh's help :D I was pretty confused for about an hour there 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -5,54 +5,12 @@ | |||
* Defines reference genomes, without using iGenome paths | |||
* Can be used by any config that customises the base | |||
* path using $params.genomes_base / --genomes_base | |||
* | |||
* CAREFUL: Some o the files might be reuiqred in the CI tests not yet implemented. They should be gradually moved to the test.config. Until then lets keep this file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Some o" and "reuiqred" -> "Some of" and "required", I don't know if this is directly implemented from the template, but might be nice to change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no this is not from the template, but a reminder for us to remove this file also as all CI tests are activated
PR checklist
scrape_software_versions.py
nf-core lint .
).nextflow run . -profile test,docker
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).