From eeb1238202960e3d0027f6bc7f96d4de7b680df2 Mon Sep 17 00:00:00 2001 From: Chandler Prince Date: Thu, 4 Feb 2021 16:15:50 -0600 Subject: [PATCH] URLs for data incorrect --- exomiser-cli/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exomiser-cli/README.md b/exomiser-cli/README.md index 1561c9f4d..e5f6d27f4 100644 --- a/exomiser-cli/README.md +++ b/exomiser-cli/README.md @@ -35,9 +35,9 @@ The following shell script should work- #download the distribution (won't take long) wget https://data.monarchinitiative.org/exomiser/latest/exomiser-cli-${project.version}-distribution.zip #download the data (this is ~20GB and will take a while) - wget https://data.monarchinitiative.org/exomiser/latest/1802_hg19.zip - wget https://data.monarchinitiative.org/exomiser/latest/1802_hg38.zip - wget https://data.monarchinitiative.org/exomiser/latest/11802_phenotype.zip + wget https://data.monarchinitiative.org/exomiser/data/1802_hg19.zip + wget https://data.monarchinitiative.org/exomiser/data/1802_hg38.zip + wget https://data.monarchinitiative.org/exomiser/data/1802_phenotype.zip #unzip the distribution and data files - this will create a directory called 'exomiser-cli-${project.version}' in the current working directory unzip exomiser-cli-${project.version}-distribution.zip