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
Reading vcfs into mongo backing data will throw errors if newer version of VEP is used with consequences that are not enumerated in snv_consequence2code:
Issue or current state
Reading vcfs into mongo backing data will throw errors if newer version of VEP is used with consequences that are not enumerated in
snv_consequence2code
:bravo_api/bravo_api/models/readers.py
Lines 49 to 86 in 7a52032
The error will crop up here:
bravo_api/bravo_api/models/readers.py
Line 103 in 7a52032
Resolved when
A graceful method of handling consequences is implemented and demonstrated functioning with unit tests.
The text was updated successfully, but these errors were encountered: