-
Notifications
You must be signed in to change notification settings - Fork 192
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
How to fix multiqc_config: 'assets/multiqc_config.yml' does not contain a matching 'report_comment'.
?
#2488
Comments
same here in nf-core/smrnaseq#281 |
I had this once or twice too, but mostly this was because I modified the file from the original template version: https://raw.githubusercontent.com/nf-core/tools/master/nf_core/pipeline-template/assets/multiqc_config.yml After adding this back in "cleanly", it worked for me. (had the same in nanostring) |
Ok, found the problem (for smrnaseq at least). The Branch
Note for myself: Only add a version number without dev when you already are on |
@apeltzer My pipeline doesn't have a version number 🙈 .. does that mean it won't work until I add a Git tag with a version number and sync it to the MultiQC Config yaml? |
The error comes from these lines in the linting code: If you add |
Thank you!, It got mention in our issue. I will remember for next time. |
Slight error with the github org url and the name of the pipeline in your report. It should be : - This report has been generated by the <a href="https://github.com/nf-co.re/pipelinename/releases/tag/1.0dev" target="_blank">nf-core/pipelinename</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/pipelinename/1.0dev/docs/output" target="_blank">documentation</a>.
+ This report has been generated by the <a href="https://github.com/nf-core/NAME_OF_YOUR_PIPELINE/releases/tag/1.0dev" target="_blank">nf-core/NAME_OF_YOUR_PIPELINE</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/NAME_OF_YOUR_PIPELINE/1.0dev/docs/output" target="_blank">documentation</a>. |
Thanks for the catch, @mashehu! I changed |
Turns out I was editing the wrong This version does work!
|
Description of the bug
Hello,
I am writing an internal pipeline and got the error message:
multiqc_config: 'assets/multiqc_config.yml' does not contain a matching 'report_comment'.
My
report_comment
is:It's the only error that is causing my PR to fail, and I don't know how to fix it. The one little red "x" that won't go away! And my dopamine wants that green check mark to merge the PR.
Grateful for your help!
Thank you.
Olga
Command used and terminal output
System information
Linux ip-172-31-3-24.us-west-1.compute.internal 4.14.314-238.539.amzn2.x86_64 #1 SMP Tue May 23 16:44:05 UTC 2023 x86_64 GNU/Linux
fromuname -a
)The text was updated successfully, but these errors were encountered: