-
Notifications
You must be signed in to change notification settings - Fork 110
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
Change unnecessary MultiQC containers to nf-core/ubuntu:20.04 #651
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.
LGTM! Thank you @harper357 !
|
@harper357 do you plan to also do the custom/dumpsoftwareversions one to on nf-core/modules? If yes we could wait for that and include it in this PR, if not I can do it and do it in a separate one :) |
It looks like dumpsoftwareversions is out of date too. I think I have time to make a PR over there today/tomorrow, so I am fine having this one wait until that one gets merged if you are |
I was testing the latest version of nf-core/modules/multiqc, but it crashes because it has two new optional inputs. I could update |
OK nice :D We will merge this is in now, I have a wider question for the community about the MultiQC container in teh dumpsoftwareversions module, so I'll raise that on slack first |
Re: slack question about old MultiQC containers
A small PR to replace unnecessary MultiQC containers with nf-core/ubuntu:20.04.
PR checklist
nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).