File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ python3 04-experiments-crcpdo.py --Download --Experiment --Token $SYNAPSE_AUTH_T
9
9
10
10
# running the drug descriptor python script
11
11
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
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ python3 04-experiments-crcpdo.py --Download --Experiment --Token $SYNAPSE_AUTH_T
9
9
10
10
# running the drug descriptor python script
11
11
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
Original file line number Diff line number Diff line change @@ -252,9 +252,13 @@ datasets:
252
252
file : /tmp/crcpdo_samples.csv
253
253
- target_class : Transcriptomics
254
254
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
255
259
- target_class : Experiments
256
260
file : /tmp/crcpdo_experiments.tsv
257
261
- target_class : Drug
258
262
file : /tmp/crcpdo_drugs.tsv
259
263
- target_class : Drug Descriptor
260
- file : /tmp/crcpdo_drug_descriptors.tsv
264
+ file : /tmp/crcpdo_drug_descriptors.csv
You can’t perform that action at this time.
0 commit comments