From 7e87e81d0538395cd4bc77dd3fa306e13860b001 Mon Sep 17 00:00:00 2001 From: olaaustine Date: Tue, 4 Mar 2025 09:38:11 +0000 Subject: [PATCH] Making changes to the current tree run --- scripts/elasticsearch/load_current_tree.mysql.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/elasticsearch/load_current_tree.mysql.pl b/scripts/elasticsearch/load_current_tree.mysql.pl index 3643f39..50c6d57 100644 --- a/scripts/elasticsearch/load_current_tree.mysql.pl +++ b/scripts/elasticsearch/load_current_tree.mysql.pl @@ -12,7 +12,7 @@ my $current_tree = '/nfs/1000g-archive/vol1/ftp/current.tree'; my $ftp_current_tree = '/vol1/ftp/current.tree'; my $ftp_host= 'ftp.1000genomes.ebi.ac.uk'; -my $root = 'ftp://ftp.1000genomes.ebi.ac.uk/vol1/'; +my $root = 'https://ftp.1000genomes.ebi.ac.uk/vol1/'; my $check_timestamp; my $use_ftp;