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 😄 |
| } | ||
| } | ||
|
|
||
| //This is apparently useless as it won't overwrite things in the modules.config |
There was a problem hiding this comment.
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.
Yes figured it out with Mahesh's help :D I was pretty confused for about an hour there 😆
| * 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.
"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.
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.pynf-core lint .).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).