-
Notifications
You must be signed in to change notification settings - Fork 125
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 3.0.1 #472
Conversation
28032c6
to
314524a
Compare
|
Besides pulling from the template, I also added a new config profile for setting the resources in CI tests, since I had to remove the max resources params and the checkmax function with the new template |
nf-core linting seems to be failing due to an issue with the new template that is not picking up the igenomes_base value from the ignore params array. I have already reported this issue, I'll update the PR once this is fixed |
Hm, not sure I find the issue on tools @nschcolnicov which ticket did you create? |
Hi @apeltzer I didn't, I reached out on slack https://nfcore.slack.com/archives/CE6PELWR4/p1728478362119159 |
The issue has already been fixed in dev, and will be released soon: https://nfcore.slack.com/archives/CE6PELWR4/p1728478362119159 |
@atrigila We will be merging this, while we wait for nf-core to merge the fix for the ignore params issue, for now we added the igenomes_base to the schema instead of ignoring it, we can simply remove it once its fixed |
Sorry for the direct commit; I thought that it would materialize as a simple suggestion. I will check the GitHub docs in more details… |
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; I only had minor comments.
Co-authored-by: Louis LE NEZET <58640615+LouisLeNezet@users.noreply.github.com>
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).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).