-
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
Fix multiqc in template #1855
Fix multiqc in template #1855
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1855 +/- ##
=======================================
Coverage 64.64% 64.64%
=======================================
Files 34 34
Lines 4115 4115
=======================================
Hits 2660 2660
Misses 1455 1455 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Somewhat ironically, that CI test is now failing 😅
|
7164f2d
to
3e89a9e
Compare
yes I'm investigating that now |
Yeah, looks like the latest tests on https://github.com/nf-core/tools/actions/runs/3163354597/jobs/5150834572
|
yes now the tests pass again but |
Now it works for 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 👍🏻
Just needs a changelog entry..
I've tested creating a template from
nf-core/tools
dev
and running it and the MultiQC execution didn't work, the MultiQC process was just not executed. This should introduce a fix for it.I'm also puzzled why then the test
Create a pipeline and test it
worked, as there was also another issue with a variable namePR checklist
CHANGELOG.md
is updateddocs
is updated