Skip to content

Commit

Permalink
Updated NPAtlas to 2024_03
Browse files Browse the repository at this point in the history
...and shifted it in the order as it's more recent than other databases ...
  • Loading branch information
schymane committed Aug 1, 2024
1 parent cf6276d commit b14e49e
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 @@ -27,8 +27,6 @@ RUN set -eux; \
RUN mkdir -p /vol/file_databases; cd /vol/file_databases && \
wget -q https://zenodo.org/records/3548461/files/NORMANSusDat_20Nov2019.csv && \
touch NORMANSusDat_20Nov2019.csv && \
wget -q https://zenodo.org/records/3520106/files/NPAtlas_Aug2019.csv && \
touch NPAtlas_Aug2019.csv && \
wget -q https://zenodo.org/records/3364464/files/CompTox_07March19_SmokingMetaData.csv && \
touch CompTox_07March19_SmokingMetaData.csv && \
wget -q https://zenodo.org/records/6475906/files/CompTox_07March19_SelectMetaData.csv && \
Expand All @@ -45,10 +43,10 @@ RUN mkdir -p /vol/file_databases; cd /vol/file_databases && \
touch WormJam_10Sept19.csv && \
wget -q https://zenodo.org/records/3375500/files/HMDB4_23Aug19.csv && \
touch HMDB4_23Aug19.csv
wget -q https://zenodo.org/records/3564602/files/BloodExposomeDB_03Dec2019.csv && \
touch BloodExposomeDB_03Dec2019.csv && \

RUN cd /vol/file_databases && \
wget -q https://zenodo.org/records/3564602/files/BloodExposomeDB_03Dec2019.csv && \
touch BloodExposomeDB_03Dec2019.csv && \
wget -q https://zenodo.org/records/3957497/files/HBM4EU_CECscreen_MF_1Jul2020_plusTPs.csv && \
touch HBM4EU_CECscreen_MF_1Jul2020_plusTPs.csv && \
wget -q https://zenodo.org/records/3957497/files/HBM4EU_CECscreen_MF_1Jul2020.csv && \
Expand All @@ -65,6 +63,8 @@ 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/13148840/files/NPAtlas_2024_03.csv && \
touch NPAtlas_2024_03.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 && \
Expand Down

0 comments on commit b14e49e

Please sign in to comment.