You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed pulling data for CIViC that the Protein HGVS is missing but ClinVar definitely has these available. At least I thought it used to be available.
@newgene It's caused by the ill-timed break statement on clinvar_xml_parser.py#L156. Some attributes (not only proteins) will be discarded after the break statement is executed.
A simple fix is to delete this break, but to avoid such problems in the future, a little bit refactoring might be necessary.
We noticed pulling data for CIViC that the Protein HGVS is missing but ClinVar definitely has these available. At least I thought it used to be available.
https://myvariant.info/v1/variant/chr7:g.140453136A%3ET?fields=clinvar.hgvs
https://www.ncbi.nlm.nih.gov/clinvar/variation/13961/
The text was updated successfully, but these errors were encountered: