-
Notifications
You must be signed in to change notification settings - Fork 26
Fix unique variant annotation field handling #136 #135
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
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
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.
Some of the checks/tests do not pass at the moment (the external tools and markdownlint is fine but the rest should pass).
We should also mention, that this fixes the general case where one (or more) variant has annotated metadata which is not available for others, like LOF
in this case.
It would also be good to add it to the CHANGELOG
.
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.
Same points as above but otherwise looks good to me
Also the changelog should be updated 👍 |
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!
Markdown linting is failingTo keep the code consistent with lots of contributors, we run automated code consistency checks.
Once you push these changes the test should pass, and you can hide this comment 👍 We highly recommend setting up markdownlint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help! Thanks again for your contribution! |
Minor change:
Some variants in SnpEff (v.4.3t) contain a
LOF
flag, which altered the dynamic structure of variant annotations. Since most variants do not have this flag, it caused an error. In general, the pipeline crashes, when a variant has metadata, which other variants don't have.This PR closes #136
PR checklist
nf-core lint
).nextflow run . -profile test,docker
).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).