Skip to content

Commit 893eb97

Browse files
updating expected files
1 parent b519d24 commit 893eb97

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

build/crcPDO/build_exp.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ python3 04-experiments-crcpdo.py --Download --Experiment --Token $SYNAPSE_AUTH_T
99

1010
# running the drug descriptor python script
1111
python3 fit_curve.py --input /tmp/crcpdo_experiments_for_curve_fitting.tsv --output /tmp/crcpdo_experiments.tsv
12+
13+
# change name of script
14+
mv crcpdo_experiments.tsv.0 crcpdo_experiments.tsv

build/crcpdo/build_exp.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ python3 04-experiments-crcpdo.py --Download --Experiment --Token $SYNAPSE_AUTH_T
99

1010
# running the drug descriptor python script
1111
python3 fit_curve.py --input /tmp/crcpdo_experiments_for_curve_fitting.tsv --output /tmp/crcpdo_experiments.tsv
12+
13+
# change name of script
14+
mv crcpdo_experiments.tsv.0 crcpdo_experiments.tsv

schema/expected_files.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,13 @@ datasets:
252252
file: /tmp/crcpdo_samples.csv
253253
- target_class: Transcriptomics
254254
file: /tmp/crcpdo_transcriptomics.csv
255+
- target_class: Copy Number
256+
file: /tmp/crcpdo_copy_number.csv
257+
- target_class: Mutations
258+
file: /tmp/crcpdo_mutations.csv
255259
- target_class: Experiments
256260
file: /tmp/crcpdo_experiments.tsv
257261
- target_class: Drug
258262
file: /tmp/crcpdo_drugs.tsv
259263
- target_class: Drug Descriptor
260-
file: /tmp/crcpdo_drug_descriptors.tsv
264+
file: /tmp/crcpdo_drug_descriptors.csv

0 commit comments

Comments
 (0)