Skip to content

Commit

Permalink
Merge pull request #143 from schymane/master
Browse files Browse the repository at this point in the history
Added June 2024 PubChemLite
  • Loading branch information
sneumann authored Jul 1, 2024
2 parents 9e450bc + 9d010af commit fa39410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ RUN cd /vol/file_databases && \
touch COCONUT4MetFrag_april.csv && \
wget -q https://zenodo.org/records/8144127/files/LIPIDMAPS_20230712.csv && \
touch LIPIDMAPS_20230712.csv && \
wget -q https://zenodo.org/records/11128114/files/PubChemLite_CCSbase_20240426.csv && \
touch PubChemLite_CCSbase_20240426.csv && \
wget -q https://zenodo.org/records/11439560/files/PubChemLite_exposomics_20240531.csv && \
touch PubChemLite_exposomics_20240531.csv
wget -q https://zenodo.org/records/11656456/files/PubChemLite_CCSbase_20240531.csv && \
touch PubChemLite_CCSbase_20240531.csv && \
wget -q https://zenodo.org/records/12578095/files/PubChemLite_exposomics_20240628.csv && \
touch PubChemLite_exposomics_20240628.csv

COPY --from=builder /MetFragRelaunched/MetFragWeb/target/MetFragWeb.war /usr/local/tomee/webapps/
RUN printf '#!/bin/sh \n\
Expand Down

0 comments on commit fa39410

Please sign in to comment.