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
For a few quick links, we generate variant strings, eg gnomAD, varsome etc
These don't seem to work for symbolic alts, we should work out how to get that to work, eg this fails:
https://varsome.com/variant/hg38/20%3A50899224-50908779%20%3CINV%3E
Probably involves converting to g.HGVS
https://app.testiny.io/VG/testcases/tcf/6/tc/187/edit
The text was updated successfully, but these errors were encountered:
issue #996 - quick links for symbolic variants
c295f7d
Moving to next deploy
Sorry, something went wrong.
Testing: Failed for UCSC links - forgot to convert to int so damn Javascript just added "20" to the end of the coordinate!
range = `chr${parts[1]}%3A${parts[2] - 20}-${parts[3] + 20}`;
#996 - Symbolic alts - quick links
63ea63f
davmlaw
EmmaTudini
No branches or pull requests
For a few quick links, we generate variant strings, eg gnomAD, varsome etc
These don't seem to work for symbolic alts, we should work out how to get that to work, eg this fails:
https://varsome.com/variant/hg38/20%3A50899224-50908779%20%3CINV%3E
Probably involves converting to g.HGVS
https://app.testiny.io/VG/testcases/tcf/6/tc/187/edit
The text was updated successfully, but these errors were encountered: