Skip to content

Commit

Permalink
Added October PCL
Browse files Browse the repository at this point in the history
...and Sept PCL-CCS
  • Loading branch information
schymane committed Oct 25, 2024
1 parent f30038e commit 19dcd76
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 NPAtlas_2024_03.csv && \
wget -q https://zenodo.org/records/13854577/files/CyanoMetDB_V03_2024_MetFrag.csv && \
touch CyanoMetDB_V03_2024_MetFrag.csv && \
wget -q https://zenodo.org/records/13641886/files/PubChemLite_CCSbase_20240830.csv && \
touch PubChemLite_CCSbase_20240830.csv && \
wget -q https://zenodo.org/records/13848602/files/PubChemLite_exposomics_20240927.csv && \
touch PubChemLite_exposomics_20240927.csv
wget -q https://zenodo.org/records/13890361/files/PubChemLite_CCSbase_20240927.csv && \
touch PubChemLite_CCSbase_20240927.csv && \
wget -q https://zenodo.org/records/13989963/files/PubChemLite_exposomics_20241025.csv && \
touch PubChemLite_exposomics_20241025.csv

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

0 comments on commit 19dcd76

Please sign in to comment.