Skip to content

Commit 376970a

Browse files
csv to tsv for drug descriptors
1 parent e70720b commit 376970a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/crcPDO/build_drugs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ echo "Running 03-drug-crcpdo.py with token and PrevDrugs $1."
99
python3 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

build/crcpdo/build_drugs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ echo "Running 03-drug-crcpdo.py with token and PrevDrugs $1."
99
python3 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

schema/expected_files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)