about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_kfold
diff options
context:
space:
mode:
authorziejd22021-02-24 15:19:03 -0600
committerziejd22021-02-24 15:19:03 -0600
commit1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch)
treed4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/run_scripts/run_kfold
parenta2b306b10fb07f07c63235861ccfe460153e8609 (diff)
downloadBNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/run_scripts/run_kfold')
-rw-r--r--sourcecodes/run_scripts/run_kfold6
1 files changed, 4 insertions, 2 deletions
diff --git a/sourcecodes/run_scripts/run_kfold b/sourcecodes/run_scripts/run_kfold
index 371649e4..02d70da1 100644
--- a/sourcecodes/run_scripts/run_kfold
+++ b/sourcecodes/run_scripts/run_kfold
@@ -10,6 +10,8 @@ fout_temp=fopen(filename,'w');
 fprintf(fout_temp,arg_list{2});
 kfoldCrossValid(arg_list{1},arg_list{2},arg_list{3});
 fclose(fout_temp);
-command=cstrcat("/var/www/html/compbio/BNW_1.3/bnw-env/bin/python3 ",base_dir,"/kfold_plotly.py ",arg_list{1});
-test=system(command);
 delete(filename);
+
+
+command=cstrcat("/home/jziebart/python/Python-2.7.15/python ",base_dir,"/kfold_plotly.py ",arg_list{1});
+test=system(command);