-
Notifications
You must be signed in to change notification settings - Fork 417
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
Release 3.4.1 #1460
Release 3.4.1 #1460
Conversation
…cs and cnvkit/reference
Update mulled-containers to samtools v1.19.2
Where is Edmund?
Important! Template update for nf-core/tools v2.13
Fix test name
Clean up code changes
feat(modules): update vep to 111.0
Fixing sentieon - code and tests
Multiqc channels
fix(schema): add some params to validationSchemaIgnoreParams for better handling
fix(vep_cache_version-snpeff_db): both params are string
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 looks really good to me. I have a few optional requests for some comments and non-actionable discussion items but otherwise this looks ready to release once we have passing tests.
case 'variant_calling': log.warn("Using file ${outdir}/csv/recalibrated.csv"); | ||
input = outdir + "/csv/recalibrated.csv" | ||
break | ||
// case 'controlfreec': csv_file = file("${outdir}/variant_calling/csv/control-freec_mpileup.csv", checkIfExists: true); break |
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.
Is this commented out section intended to be used in a future feature? Otherwise we may wish to delete it.
// case 'controlfreec': csv_file = file("${outdir}/variant_calling/csv/control-freec_mpileup.csv", checkIfExists: true); break |
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.
It's a past feature that we want to restore at some point, good spot
fix(spark): load spark profile after loading the test profiles
All missing md5sum are from pytest tests that we decided to slowly depreciate and as md5sum are way more complicated to update, if there's any issue, we don't update anymore until we move to nf-test |
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.
@maxulysse Thanks for the responses. LGTM
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 to me! Thank you very much @maxulysse !!
PR checklist
nf-core lint
).nextflow run . -profile 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).