about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_octave_inv
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/run_scripts/run_octave_inv')
-rw-r--r--sourcecodes/run_scripts/run_octave_inv2
1 files changed, 1 insertions, 1 deletions
diff --git a/sourcecodes/run_scripts/run_octave_inv b/sourcecodes/run_scripts/run_octave_inv
index 12c1d204..fc9d0636 100644
--- a/sourcecodes/run_scripts/run_octave_inv
+++ b/sourcecodes/run_scripts/run_octave_inv
@@ -2,5 +2,5 @@
 source("./run_scripts/path_cd.m")
 arg_list = argv();
 Predictmultipleintervention(arg_list{1});
-command=cstrcat("/var/www/html/compbio/BNW_1.3/bnw-env/bin/python3 ",base_dir,"/violin_int_plotly.py ",arg_list{1});
+command=cstrcat("/home/jziebart/python/Python-2.7.15/python ",base_dir,"/violin_int_plotly.py ",arg_list{1});
 test=system(command);