Skip to content

Commit

Permalink
ClinVar VCF correctly map "no assertion criteria provided" to 0 stars
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Jul 11, 2024
1 parent ea0c848 commit 9a803a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation/clinvar_xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


CLINVAR_REVIEW_STATUS_TO_STARS = {
"no assertion criteria provided": 1,
"no assertion criteria provided": 0,
"criteria provided, single submitter": 1,
#"xx": 2, # not sure individual record can get 2
"reviewed by expert panel": 3,
Expand Down

0 comments on commit 9a803a6

Please sign in to comment.