diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/run_scripts/run_octave_inv | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/run_scripts/run_octave_inv')
| -rw-r--r-- | sourcecodes/run_scripts/run_octave_inv | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sourcecodes/run_scripts/run_octave_inv b/sourcecodes/run_scripts/run_octave_inv index f9e568e3..12c1d204 100644 --- a/sourcecodes/run_scripts/run_octave_inv +++ b/sourcecodes/run_scripts/run_octave_inv @@ -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(); 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}); +test=system(command); |
