Skip to content

Commit bb5acd9

Browse files
authored
clinvar xml release (#5050)
1 parent 6fada88 commit bb5acd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seqr/management/commands/reload_clinvar_all_variants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def replace_spaces_with_underscores(value: Union[str, list[str], list[tuple[str,
5252
'practice guideline': 4,
5353
}
5454
WEEKLY_XML_RELEASE = (
55-
'https://ftp.ncbi.nlm.nih.gov/pub/clinvar/xml/ClinVarVCVRelease_00-latest.xml.gz'
55+
'https://ftp.ncbi.nlm.nih.gov/pub/clinvar/xml/weekly_release/ClinVarVCVRelease_00-latest_weekly.xml.gz'
5656
)
5757

5858
def clinvar_run_sql(sql: str):

0 commit comments

Comments
 (0)