-
Notifications
You must be signed in to change notification settings - Fork 126
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
Update template 2.13.1 #713
Conversation
|
Ah, almost everything is working again! What a journey!
indicating that memory requirements are too high. This is curious because it passed in the past. edit: nope, doesnt work! Still
edit2: running the test locally returns a memory usage of 6.045Gb, which is slightly over the limit of 6GB... edit3: using sintax requires much less memory, so switching to sintax... edit4: this requires unfortunately to disable |
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.
Looks good!
disable_version_detection: true | ||
|
||
# MultiQC version 1.20 & 1.21 need that flag to produce plots! | ||
# TODO: Remove with version greater than 1.21! |
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 am curious, is this a general issue with multiqc? if so we should bring it up in the #pipline-maintainers channel on slack and add it to the template as well
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.
This is a bug in multiqc, yes, I reported it and will be fixed in next release. I highly doubt that many use that folder as I do and care that its empty ;)
edit: "this folder" means multiqc_plots
edit2: link to slack convo: https://nfcore.slack.com/archives/C05663US2B0/p1710846896142419
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
Thanks you two for your reviews, will merge it after tests passed. |
Closes #712
I had to change
test_iontorrent
&test_pacbio_its
to not use dada2 with unite but sintax (were cancelled because of too high memory requirements). That meant unfortunately disabling addsh which is now not tested anywhere, I think.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).