Skip to content
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

VCV accession not being captured #29

Closed
larrybabb opened this issue Mar 31, 2022 · 2 comments
Closed

VCV accession not being captured #29

larrybabb opened this issue Mar 31, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@larrybabb
Copy link
Contributor

Clinvar accession https://www.ncbi.nlm.nih.gov/clinvar/variation/813443/
has only one SCV with NO last eval date. In this case, ClinVar does not include the header line for the aggregated max last evaluated date.

The chrome extension is not picking up the data attributes needed to properly capture the annotation.

The extension presumed to always have a fixed display in the top header of the screen so when certain fields are missing or things are out of order the extension is mis-matching the data elements with the fields being captured.

@larrybabb larrybabb added the bug Something isn't working label Mar 31, 2022
@larrybabb larrybabb self-assigned this Mar 31, 2022
@larrybabb
Copy link
Contributor Author

The proper solution is to change the chrome extension to use javascript.evaluate with xpath expressions to look for the associated labels in the list and validate the field mappings and when they are missing. Currently it is based on the querySelectorAll function which is using array positions to presume which value appears on which row of the html list.

@larrybabb
Copy link
Contributor Author

v1.9.1 includes fix

larrybabb added a commit that referenced this issue Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant