We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some HGVS errors are due to user input, some are due to implementation issues
For implementation details, that the user can do nothing about, we should just give a simplified error like "Cannot resolve HGVS"
We can separate this for admin/non admin
For non-admin examples of well formed HGVS that fail and they can do nothing about, eg:
NM_001145022.1:c.731C>T - This transcript exists, but we don't have it, or any versions for it - so will just sent to ClinGen and get back
Could not convert "NM_001145022:c.731C>T" - tried: CLINGEN_ALLELE_REGISTRY as "NM_001145022.1:c.731C>T"
Some examples of bad HGVS that should be reported are:
See examples from #830
The text was updated successfully, but these errors were encountered:
issue #1113 and #1105 - be able to fail HGVS in 1 build, and keep goi…
3214b67
…ng in other. Make the error simpler for non-admin
issue #1113 - put the errors back
a8144a9
issue #1113 - Simplify HGVS errors in search
6cf4813
issue #1113 - Simplify HGVS errors in search - make sure some user ca…
4f8d48f
…used errors come through
Have tried to go through and make all user errors appear, but I have probably missed some, happy to fix any examples you find
Sorry, something went wrong.
davmlaw
No branches or pull requests
Some HGVS errors are due to user input, some are due to implementation issues
For implementation details, that the user can do nothing about, we should just give a simplified error like "Cannot resolve HGVS"
We can separate this for admin/non admin
For non-admin examples of well formed HGVS that fail and they can do nothing about, eg:
NM_001145022.1:c.731C>T - This transcript exists, but we don't have it, or any versions for it - so will just sent to ClinGen and get back
Some examples of bad HGVS that should be reported are:
See examples from #830
The text was updated successfully, but these errors were encountered: