Skip to content

Commit

Permalink
Fix imputationserver download link
Browse files Browse the repository at this point in the history
  • Loading branch information
HippocampusGirl committed Jan 25, 2024
1 parent 32ee97a commit cd19e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN mkdir -p -v /localdata/liftover && \
file_name="${genome_reference}ToHg19.over.chain.gz"; \
wget --progress=dot:mega -O "/localdata/liftover/${file_name}" "https://hgdownload.soe.ucsc.edu/goldenPath/${genome_reference}/liftOver/${file_name}"; \
done
RUN wget --progress=dot:mega -O "/localdata/imputationserver.zip" "https://github.com/genepi/imputationserver/releases/download/v1.7.5/imputationserver.zip" && \
RUN wget --progress=dot:mega -O "/localdata/imputationserver.zip" "https://github.com/genepi/imputationserver/releases/download/v.1.7.5/imputationserver.zip" && \
wget --progress=dot:giga -O "/localdata/1000genomes-phase3.zip" "https://download.gwas.science/imputationserver/1000genomes-phase3-3.0.0.zip"

FROM apache/hadoop:3
Expand Down

0 comments on commit cd19e23

Please sign in to comment.