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 6fada88 commit bb5acd9Copy full SHA for bb5acd9
seqr/management/commands/reload_clinvar_all_variants.py
@@ -52,7 +52,7 @@ def replace_spaces_with_underscores(value: Union[str, list[str], list[tuple[str,
52
'practice guideline': 4,
53
}
54
WEEKLY_XML_RELEASE = (
55
- 'https://ftp.ncbi.nlm.nih.gov/pub/clinvar/xml/ClinVarVCVRelease_00-latest.xml.gz'
+ 'https://ftp.ncbi.nlm.nih.gov/pub/clinvar/xml/weekly_release/ClinVarVCVRelease_00-latest_weekly.xml.gz'
56
)
57
58
def clinvar_run_sql(sql: str):
0 commit comments