-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update .nf-core.yml #33
Conversation
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.
You can continue skipping the report_comment
linting step, but multiqc_config
should be a list:
lint:
multiqc_config:
- report_comment
|
Also, linting will fail because it is expecting the updates form the last template version, so don't worry for this PR, they can be ignored 🙂 let's just fix the |
I didn't get what is the problem in the file preventing the creation of the template update PR, is it ok 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 now, thanks for the fix 🙂
@mirpedrol can you please help me in fixing or skipping the linting error and merge? I can't find which file triggers the error message
|
This error will be fixed with the template update 3.0.2. I would advice to merge this PR with failing test and do the template update in a different PR, to simplify things. |
@mirpedrol thank you, I probably don't have the privileges to merge this PR with a failing required check :( the Merge button is still inactive despite your approval. Can you please force it? |
Done, you can now do the template update, thanks for this fix! |
Thank you for your help! |
.nf-core.yml prevented the automated PR for the template update
PR checklist
nf-core lint
).nextflow run . -profile 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).