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,4 +9,4 @@ echo "Running 03-drug-crcpdo.py with token and PrevDrugs $1."
99python3 03-drug-crcpdo.py --Download --Drug --Token $SYNAPSE_AUTH_TOKEN --PrevDrugs $1
1010
1111# 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."
99python3 03-drug-crcpdo.py --Download --Drug --Token $SYNAPSE_AUTH_TOKEN --PrevDrugs $1
1010
1111# 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:
261261 - target_class : Drug
262262 file : /tmp/crcpdo_drugs.tsv
263263 - 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