1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Use https instead of ftp to retrieve test data
Author: Santiago Vila <sanvila@debian.org>
Last-Update: 2025-11-20
--- a/test/.default_low_spec_test_run.yaml
+++ b/test/.default_low_spec_test_run.yaml
@@ -152,14 +152,14 @@
e_coli:
descriptive_name: Escherichia coli str. K-12 substr. MG1655
url:
- "ftp://ftp.ncbi.nlm.nih.gov/genomes/\
+ "https://ftp.ncbi.nlm.nih.gov/genomes/\
all/GCF/000/005/845/GCF_000005845.2_ASM584v2/\
GCF_000005845.2_ASM584v2_genomic.fna.gz"
influenza_A:
descriptive_name: Influenza A virus (A/New York/392/2004(H3N2))
url:
- "ftp://ftp.ncbi.nlm.nih.gov/genomes/\
+ "https://ftp.ncbi.nlm.nih.gov/genomes/\
all/GCF/000/865/085/\
GCF_000865085.1_ViralMultiSegProj15622/\
GCF_000865085.1_ViralMultiSegProj15622_genomic.fna.gz"
|