Skip to content

Commit a7b99d2

Browse files
committed
Updated expected schema files. Added line for tesing docker validate
1 parent 0c99ced commit a7b99d2

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

build/docker/Dockerfile.upload

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ RUN apt-get update && apt-get install -y git
99

1010
RUN git clone https://github.com/PNNL-CompBio/coderdata.git
1111
WORKDIR /usr/src/app/coderdata
12+
RUN git checkout panc_pdo

schema/expected_files.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,15 @@ datasets:
210210
file: /tmp/prism_experiments.tsv
211211
- target_class: Drug
212212
file: /tmp/prism_drugs.tsv
213+
214+
pancpdo:
215+
- target_class: Sample
216+
file: /tmp/pancpdo_samples.csv
217+
- target_class: Transcriptomics
218+
file: /tmp/pancpdo_transcriptomics.csv
219+
- target_class: Experiments
220+
file: /tmp/pancpdo_experiments.tsv
221+
- target_class: Drug
222+
file: /tmp/pancpdo_drugs.tsv
223+
- target_class: Drug Descriptor
224+
file: /tmp/pancpdo_drug_descriptors.tsv

0 commit comments

Comments
 (0)