File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ echo "Running 03-drug-crcpdo.py with token and PrevDrugs $1."
9
9
python3 03-drug-crcpdo.py --Download --Drug --Token $SYNAPSE_AUTH_TOKEN --PrevDrugs $1
10
10
11
11
# running the drug descriptor python script
12
- python3 build_drug_desc.py --drugtable /tmp/crcpdo_drugs.tsv --desctable /tmp/crcpdo_drug_descriptors.csv .gz
12
+ python3 build_drug_desc.py --drugtable /tmp/crcpdo_drugs.tsv --desctable /tmp/crcpdo_drug_descriptors.tsv .gz
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ echo "Running 03-drug-crcpdo.py with token and PrevDrugs $1."
9
9
python3 03-drug-crcpdo.py --Download --Drug --Token $SYNAPSE_AUTH_TOKEN --PrevDrugs $1
10
10
11
11
# running the drug descriptor python script
12
- python3 build_drug_desc.py --drugtable /tmp/crcpdo_drugs.tsv --desctable /tmp/crcpdo_drug_descriptors.csv .gz
12
+ python3 build_drug_desc.py --drugtable /tmp/crcpdo_drugs.tsv --desctable /tmp/crcpdo_drug_descriptors.tsv .gz
Original file line number Diff line number Diff line change @@ -261,4 +261,4 @@ datasets:
261
261
- target_class : Drug
262
262
file : /tmp/crcpdo_drugs.tsv
263
263
- target_class : Drug Descriptor
264
- file : /tmp/crcpdo_drug_descriptors.csv
264
+ file : /tmp/crcpdo_drug_descriptors.tsv
You can’t perform that action at this time.
0 commit comments