Skip to content

Commit

Permalink
change ftp path for old format archives (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaessly committed Jan 22, 2024
1 parent 6ea03d1 commit 2262bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/templates/ingest-xml-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: ftp-site
value: 'ftp.ncbi.nlm.nih.gov'
- name: ftp-path
value: pub/clinvar/xml/clinvar_variation/{{ $archivePath }}
value: pub/clinvar/xml/VCV_xml_old_format/{{ $archivePath }}
- name: local-path
value: {{ include "clinvar.raw-archive-name" . }}
- name: pvc-name
Expand Down

0 comments on commit 2262bac

Please sign in to comment.