about summary refs log tree commit diff
path: root/sourcecodes/run_prep_input
diff options
context:
space:
mode:
authorziejd22018-03-14 23:19:16 -0500
committerziejd22018-03-14 23:19:16 -0500
commitc80226899f5cdd9f11c163817d59445213f5bef0 (patch)
treee0fd79d2e32fd2aedda2eadaed0f19af3514c520 /sourcecodes/run_prep_input
parent324ebc8ddacab8e154047b8518afd5cbb5bb2fa4 (diff)
downloadBNW-c80226899f5cdd9f11c163817d59445213f5bef0.tar.gz
Separating Octave and php calculations
Diffstat (limited to 'sourcecodes/run_prep_input')
-rw-r--r--sourcecodes/run_prep_input7
1 files changed, 7 insertions, 0 deletions
diff --git a/sourcecodes/run_prep_input b/sourcecodes/run_prep_input
new file mode 100644
index 00000000..4611d880
--- /dev/null
+++ b/sourcecodes/run_prep_input
@@ -0,0 +1,7 @@
+#!/usr/bin/octave -qf
+cd ./data
+arg_list = argv(); 
+addpath("../bnt-master");
+addpath(genpathKPM("../bnt-master"));
+addpath("../parameter_learning");
+prepareInput(arg_list{1});