-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unknown Consequence Types #118
Comments
Thanks for reporting. You can get around this in the short term by taking this file
I'll add these and get a new release out. Do you see any others? |
I see from your paste that VEP is calling the |
The VEP 104 Plugin branch appears to be the origin of all 3 terms, and in theory also includes In my VEP-annotated VCF these are always (or almost always) partnered with low consequence terms, and the transcript consequence as a whole is also rated
I don't feel qualified to place these within the heirarchy of consequences, but they appear to be sub-categorisation of |
Related question: what does slivar do when it finds an unrecognized impact? Does slivar classify the variant by the remaining impact entries or reject the entire line in the VCF? Also, what happens when slivar doesn't recognize any of the impact terms? |
When it finds an unrecognized impact, it issues the warning and it sets the "impact_order" to just below impactful. So the unknown variants will not be impactful, but all other processing will proceed as normal (even if no impacts are recognized). |
Hi, many thanks for your work with slivar and smoove! Quick question on this topic, I'm running slivar with docker and the above fix (SLIVAR_IMPACTFUL_ORDER=/path/to/adjusted-order.txt slivar expr ...) throws an error "no such file or directory: unknown" although the path to the file is correct, and made sure docker has access to it. |
can you show the output of running this in the docker container:
|
I tested running the container with |
Hi, in order to help you, I'll need more information. What warnings do you see? Can you show the full stdout+stderr of the slivar command and the command itself? |
Hi, thanks! Here's the beginning of the log: |
Sorry, I was just re-reading back in the thread and notice you mention not having all the consequences (as these are probably quite low impact) in the list is not a problem. I do get ~600 variants running this workflow. |
oh. yes, that is just a warning. I thought since you were specifying the SLIVAR_IMPACTFUL_ORDER, that you were filling in these missing impacts. If they are not in the file, then it will issue a warning but will continue with other variants and impacts. |
From annotations in VEP 105, I'm seeing a flurry of warning messages
warning: unknown impact "splice_polypyrimidine_tract"
warning: unknown impact "splice_donor_region"
e.g.
warning: unknown impact "splice_polypyrimidine_tract" from csq "A|splice_polypyrimidine_tract_variant&intron_variant|LOW|PAX6|ENSG00000007372|Transcript|ENST00000640613|protein_coding||9/12|ENST00000640613.1:c.607-12C>T...
The text was updated successfully, but these errors were encountered: