From 2262bacb0592bc4a090c8550880cee610e30ac06 Mon Sep 17 00:00:00 2001 From: Andrea Haessly Date: Mon, 22 Jan 2024 13:15:16 -0500 Subject: [PATCH] change ftp path for old format archives (#115) --- orchestration/templates/ingest-xml-archive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestration/templates/ingest-xml-archive.yaml b/orchestration/templates/ingest-xml-archive.yaml index 28d22a1..976ad20 100644 --- a/orchestration/templates/ingest-xml-archive.yaml +++ b/orchestration/templates/ingest-xml-archive.yaml @@ -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