Skip to content

Commit 4af75d8

Browse files
fixing issue with filepath
1 parent 458989a commit 4af75d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/novartispdx/build_drugs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ trap 'echo "Error on or near line $LINENO while executing: $BASH_COMMAND"; exit
55

66
echo "Running script with token and drugFile $1"
77
# for running locally (from build directory):
8-
python3 -m novartispdx.03-drugs-novartispdx --token $SYNAPSE_AUTH_TOKEN -d $1 -o /tmp/novartispdx_drugs.tsv
8+
python3 -m 03-drugs-novartispdx --token $SYNAPSE_AUTH_TOKEN -d $1 -o /tmp/novartispdx_drugs.tsv
99
#python3 novar
1010
#python3 03-drugs-novartispdx.py --token $SYNAPSE_AUTH_TOKEN -d $1 -o /tmp/novartispdx_drugs.tsv
1111

0 commit comments

Comments
 (0)