-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: remove unused code #63
Conversation
* Update dev installation starting rest server * Update db name anyvar_db --> anyvar
…into hackathon-2023
close #51 If memory serves, this was originally part of AnyVar, and I tore it out in favor of the VICC Variation Translator. This PR adds it back in as the default translator layer. The only data dependency is a SeqRepo instance -- I think it makes sense to fall back on the VRS-Python create_dataproxy function and use the same URI schema that it prefers, but set it from the SEQREPO_DATAPROXY_URI variable and use REST service on localhost port 5000 by default (rather than erroring if it's unset)
…ommons template (#58)
* Removed clinvarparser, variation normalizer rest translator, digest, formats, + ordered enum * Removed DEFAULT_TRANSLATE_URI
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.
👍
there is... a view of AnyVar where the VICC normalizer is a first-class citizen, so I think we should be sure to maintain the translate interface abstraction (rather than becoming too intertwined with VRS-Python specifically) but I'm happy to not worry too much about the normalizer backend for now
Remove unused code. We can add things back in the future if needed
Notes: