Reece Hart
Reece Hart
Here's another use case for eval-less class creation: building classes from configuration such as swagger/openapi. Because the spec might come from an untrusted source, eval is ill-advised.
I've used Git Graph for a week. It's so good that I've started to use VS Code for it and just tossed GitAhead. Nicely done! Thank you. The only minor...
Yes, that works for me. I'll queue up for 1.6. No ETA. Can you elaborate on your use case that doesn't require seqrepo? Do you use hgvs only for parsing...
OMG, I am so thrilled that this exists! I had hoped that something like this would arise to solve clear issues with UTA currency, but also as a way to...
I haven't used cdot yet, so I can't provide complete guidance. The error you received is from seqefetcher, which fetches sequences during normalization. This is distinct from transcript alignments from...
@andreasprlic Awesome that you're working on this. It's been needed for a long time. (See #199) Architectural question: Would it be better (and do we have time) to implement something...
Problem statement: Given a p. variant, return a list of c. variants that translate to that p. variant. Most p. variants are consistent with a very large number of c....
@davmlaw I can't reproduce this issue in Python 2.7 or 3.6. Please try exactly as below (i.e., removing the UTA connect string) and unsetting any config that might influence the...
Simpler reproduction: ``` >>> from hgvs.dataproviders import uta >>> hdp0 = uta.connect() >>> hdp0.get_tx_identity_info("NM_000551.3") ['NM_000551.3', 'NM_000551.3', 'transcript', 213, 855, [553, 123, 3884], 'VHL'] >>> hdp1 = uta.connect("postgresql://uta.biocommons.org/uta_dev/uta_20180821") >>> hdp1.get_tx_identity_info("NM_000551.3") Traceback...
@yangmqglobe Thanks for the confirmation. The materialized views weren't rebuilt after the last load. They should be built automatically during loading. I'm talking with one of my colleagues to ascertain...