-
Notifications
You must be signed in to change notification settings - Fork 38
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 v2.3.0 #666
Release v2.3.0 #666
Conversation
Bumpversion 2.2.0->2.3.0dev
Add option to analyse only mitochondria
5% frequency threshold for mitochondrial clinical vcfs
allow vep 112
Minor fixes
Template update v320
update haplogrep3
Keep only SVs that PASS the filter
Update versions
Add option to skip haplogrep3
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! Few comments.
Co-authored-by: Felix Lenner <[email protected]>
Co-authored-by: Felix Lenner <[email protected]>
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.
Great job! Overall good, just a couple of comments:
- on the folder structure in subworkflow/local. it's a bit inconsistent some subworkflows are inside folder, others are not. + I think the structure is subworkflows/local/name/function/main.nf
- local modules and local subworkflows don't have meta.yml
These are not problematic at all in terms of pipeline functionality! But I am just pointing them out because of nf-core guidelines.
Thanks, @danilodileo. Very valid points. I will try to address them in the next release. |
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 assume you updated the README since this file was generated.
Can you regenerate that file using nf-core/tools?
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.
Looking good to me.
I think the RO crate can be re-generated, but to be honest, it's easy to miss as tools does not regenerate it by default.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile test_one_sample,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).