-
Notifications
You must be signed in to change notification settings - Fork 9
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
Merging template updates #71
Conversation
|
modules/nf-core/cellpose/meta.yml
Outdated
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.
Nice correction of my name there 😉 !
'https://depot.galaxyproject.org/singularity/multiqc:1.22.2--pyhdfd78af_0' : | ||
'biocontainers/multiqc:1.22.2--pyhdfd78af_0' }" |
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 mention Seqera containers in the PR description for MultiQC. If you wanted to use Seqera wave containers here, you could use the following. Up to you which one to go with for the moment. I have tested the docker container below and that worked.
'https://depot.galaxyproject.org/singularity/multiqc:1.22.2--pyhdfd78af_0' : | |
'biocontainers/multiqc:1.22.2--pyhdfd78af_0' }" | |
'oras://community.wave.seqera.io/library/pip_multiqc:dab7a0322e1851bb' : | |
'community.wave.seqera.io/library/pip_multiqc:2c2e276ad8997cc4' }" |
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.
I updated it in the module config as changing the main.nf from MultiQC would cause a failure with linting. I would prefer to do it here if possible, but it would anyways only be to circumvent the multiqc gitpod issue.
One additional comment. Singularity tests failed for me after the template update. The error message I received was:
Can you check on your end whether it works on HPC @kbestak ? |
Co-authored-by: Florian Wuennemann <[email protected]>
To address the Mindagap Singularity issue:
|
This is a big one, template update 2.14 implemented, updated Mesmer, Cellpose, MultiQC, respective tests.
Dev is version-bumped to 1.1.0dev
Seqera container for MultiQC 1.22.1 to circumvent issue in gitpod - should this be only provided by the user?
#59
#62
#70
*** introduces bug that multiqc doesn't show custom qc results - neither with crops, nor quantifictions - should be fixed ASAP, but this PR is giant already.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).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).