diff options
Diffstat (limited to 'sourcecodes/run_octave~')
| -rw-r--r-- | sourcecodes/run_octave~ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sourcecodes/run_octave~ b/sourcecodes/run_octave~ new file mode 100644 index 00000000..fe29d0d1 --- /dev/null +++ b/sourcecodes/run_octave~ @@ -0,0 +1,7 @@ +#!/usr/bin/octave -qf +cd ./data +arg_list = argv(); +addpath("/var/www/html/compbio/BNW_1.02/sourcecodes/bnt-master"); +addpath(genpathKPM("/var/www/html/compbio/BNW_1.02/sourcecodes/bnt-master")); +addpath("/var/www/html/compbio/BNW_1.02/sourcecodes/parameter_learning"); +runBN_initial(arg_list{1}); |
