diff options
Diffstat (limited to 'sourcecodes/run_scripts/run_octave_evd')
| -rw-r--r-- | sourcecodes/run_scripts/run_octave_evd | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sourcecodes/run_scripts/run_octave_evd b/sourcecodes/run_scripts/run_octave_evd index 9f661925..ae072fdd 100644 --- a/sourcecodes/run_scripts/run_octave_evd +++ b/sourcecodes/run_scripts/run_octave_evd @@ -1,7 +1,6 @@ #!/usr/bin/octave -qf -cd ./data -arg_list = argv(); -addpath("../bnt-master"); -addpath(genpathKPM("../bnt-master")); -addpath("../parameter_learning"); +source("./run_scripts/path_cd.m") +arg_list = argv(); Predictmultiple(arg_list{1}); +command=cstrcat("/var/www/html/compbio/BNW_1.3/bnw-env/bin/python3 ",base_dir,"/violin_ev_plotly.py ",arg_list{1}); +test=system(command); |
