Skip to content

Commit

Permalink
ClinVarXMLParser: update parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Sep 1, 2023
1 parent 2e56142 commit e5eae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation/clinvar_xml_parser_via_vcv.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ClinVarXmlParserViaVCV(ClinVarXmlParser):

PARSER_VERSION = 200 # change this whenever the parsing changes, so we know to ignore the old cache
PARSER_VERSION = 201 # change this whenever the parsing changes, so we know to ignore the old cache

@classmethod
def load_from_clinvar_id(cls, clinvar_variation_id: int) -> ClinVarXmlParserOutput:
Expand Down

0 comments on commit e5eae44

Please sign in to comment.