File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
99
1010# running the drug descriptor python script
1111python3 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
99
1010# running the drug descriptor python script
1111python3 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:
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
You can’t perform that action at this time.
0 commit comments