Skip to content
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

Merged
merged 3 commits into from
Oct 1, 2022
Merged

Fix multiqc in template #1855

merged 3 commits into from
Oct 1, 2022

Conversation

ggabernet
Copy link
Member

@ggabernet ggabernet commented Oct 1, 2022

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 name

PR checklist

  • This comment contains a description of changes (with reason)
  • CHANGELOG.md is updated
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated

@ggabernet ggabernet requested review from jfy133 and ewels October 1, 2022 14:17
@codecov
Copy link

codecov bot commented Oct 1, 2022

Codecov Report

Merging #1855 (f8c0cef) into dev (0af65f5) will not change coverage.
The diff coverage is n/a.

❗ Current head f8c0cef differs from pull request most recent head cd5a32b. Consider uploading reports for the commit cd5a32b to get more accurate results

@@           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.

@ewels
Copy link
Member

ewels commented Oct 1, 2022

I'm also puzzled why then the test Create a pipeline and test it worked, as there was also another issue with a variable name

Somewhat ironically, that CI test is now failing 😅

No such variable: text

 -- Check script 'nf-core-testpipeline/./workflows/testpipeline.nf' at line: 94 or see '.nextflow.log' file for more details

@ggabernet
Copy link
Member Author

yes I'm investigating that now

@ewels
Copy link
Member

ewels commented Oct 1, 2022

Yeah, looks like the latest tests on dev weren't running MultiQC as you say:

https://github.com/nf-core/tools/actions/runs/3163354597/jobs/5150834572

[54/5031c7] Submitted process > NFCORE_TESTPIPELINE:TESTPIPELINE:INPUT_CHECK:SAMPLESHEET_CHECK (samplesheet_test_illumina_amplicon.csv)
[bf/f50a25] Submitted process > NFCORE_TESTPIPELINE:TESTPIPELINE:FASTQC (SAMPLE2_PE_T1)
[11/8e0260] Submitted process > NFCORE_TESTPIPELINE:TESTPIPELINE:FASTQC (SAMPLE1_PE_T1)
[52/986799] Submitted process > NFCORE_TESTPIPELINE:TESTPIPELINE:FASTQC (SAMPLE3_SE_T1)
[24/a92aa8] Submitted process > NFCORE_TESTPIPELINE:TESTPIPELINE:FASTQC (SAMPLE3_SE_T2)
[21/3ec66f] Submitted process > NFCORE_TESTPIPELINE:TESTPIPELINE:CUSTOM_DUMPSOFTWAREVERSIONS (1)
-[nf-core/testpipeline] Pipeline completed successfully-

@ggabernet
Copy link
Member Author

yes now the tests pass again but multiqc is not being run

@ggabernet
Copy link
Member Author

Now it works for me 👍

Copy link
Member

@ewels ewels left a 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..

@ewels ewels merged commit c2c4f54 into nf-core:dev Oct 1, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants