Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URLs for data incorrect #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions exomiser-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down