We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87e6b0 commit a493221Copy full SHA for a493221
v03_pipeline/lib/reference_data/clinvar.py
@@ -22,12 +22,15 @@
22
'other',
23
'protective',
24
'risk_factor',
25
+ 'no_classification_for_the_single_variant',
26
+ 'no_classifications_from_unflagged_records',
27
]
28
CLINVAR_GOLD_STARS_LOOKUP = hl.dict(
29
{
30
'no_classification_for_the_single_variant': 0,
- 'no_assertion_provided': 0,
31
+ 'no_classification_provided': 0,
32
'no_assertion_criteria_provided': 0,
33
+ 'no_classifications_from_unflagged_records': 0,
34
'criteria_provided,_single_submitter': 1,
35
'criteria_provided,_conflicting_classifications': 1,
36
'criteria_provided,_multiple_submitters,_no_conflicts': 2,
0 commit comments