Skip to content

Commit

Permalink
Fix clinvar dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 14, 2024
1 parent 0d7d7ba commit 17e9c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/clinvar/clinvar_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ClinvarDumper(FTPDumper):
SRC_NAME = "clinvar"
SRC_ROOT_FOLDER = os.path.join(DATA_ARCHIVE_ROOT, SRC_NAME)
FTP_HOST = 'ftp.ncbi.nlm.nih.gov'
CWD_DIR = '/pub/clinvar/xml'
CWD_DIR = '/pub/clinvar/xml/RCV_xml_old_format'

SCHEDULE = "0 9 * * *"

Expand Down

0 comments on commit 17e9c34

Please sign in to comment.