Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann authored Apr 29, 2022
1 parent 89823c7 commit ed61649
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 @@ -24,7 +24,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

# RUN wget -q -O- https://msbi.ipb-halle.de/~sneumann/file_databases.tgz | tar -C / -xzf -
RUN mkdir /vol/file_databases; cd /vol/file_databases; \
RUN mkdir -p /vol/file_databases; cd /vol/file_databases; \
wget -q https://zenodo.org/record/3375500/files/HMDB4_23Aug19.csv; \
wget -q https://zenodo.org/record/3403530/files/WormJam_10Sept19.csv; \
wget -q https://zenodo.org/record/3434579/files/YMDB2_17Sept2019.csv; \
Expand Down

0 comments on commit ed61649

Please sign in to comment.