Skip to content

Commit

Permalink
Merge pull request ipb-halle#145 from schymane/master
Browse files Browse the repository at this point in the history
Added July PubChemLite, June PCL-CCS
  • Loading branch information
sneumann authored Jul 29, 2024
2 parents fa39410 + cfface4 commit cf6276d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ RUN cd /vol/file_databases && \
touch OntoChem_PFAS_CORE_20220420.csv && \
wget -q https://zenodo.org/records/7922070/files/CyanoMetDB_v02_2023_MetFrag.csv && \
touch CyanoMetDB_v02_2023_MetFrag.csv && \
wget -q https://zenodo.org/records/7750267/files/PubChem_OECDPFAS_largerPFASparts_20230319.csv && \
touch PubChem_OECDPFAS_largerPFASparts_20230319.csv && \
wget -q https://zenodo.org/records/12908412/files/PubChem_OECDPFAS_largerPFASparts_20240726.csv && \
touch PubChem_OECDPFAS_largerPFASparts_20240726.csv && \
wget -q https://zenodo.org/records/5336447/files/COCONUT4MetFrag_april.csv && \
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/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
wget -q https://zenodo.org/records/12730936/files/PubChemLite_CCSbase_20240628.csv && \
touch PubChemLite_CCSbase_20240628.csv && \
wget -q https://zenodo.org/records/12899991/files/PubChemLite_exposomics_20240726.csv && \
touch PubChemLite_exposomics_20240726.csv

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

0 comments on commit cf6276d

Please sign in to comment.