From 1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 15:19:03 -0600 Subject: Moving final GENENET8 version to master --- sourcecodes/run_scripts/run_octave | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sourcecodes/run_scripts/run_octave') diff --git a/sourcecodes/run_scripts/run_octave b/sourcecodes/run_scripts/run_octave index 5bc782ef..92971614 100644 --- a/sourcecodes/run_scripts/run_octave +++ b/sourcecodes/run_scripts/run_octave @@ -10,5 +10,5 @@ system(command); output2 = strcat(arg_list{1},"network_no_edge.svg"); command2 = cstrcat("/usr/bin/dot -Tsvg -o",output2," ",arg_list{1},"graphviz_svg_no_edge.txt > ",output2); system(command2); -command= cstrcat("/var/www/html/compbio/BNW_1.3/bnw-env/bin/python3 ",base_dir,"/violin_plotly.py ",arg_list{1}); +command= cstrcat("/home/jziebart/python/Python-2.7.15/python ",base_dir,"/violin_plotly.py ",arg_list{1}); test=system(command); -- cgit 1.4.1