diff options
Diffstat (limited to 'sourcecodes/run_scripts/run_kfold')
| -rw-r--r-- | sourcecodes/run_scripts/run_kfold | 6 |
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); |
