diff options
Diffstat (limited to 'sourcecodes/run_scripts/run_loo')
| -rw-r--r-- | sourcecodes/run_scripts/run_loo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sourcecodes/run_scripts/run_loo b/sourcecodes/run_scripts/run_loo index 4fbc0b28..c73bf1a6 100644 --- a/sourcecodes/run_scripts/run_loo +++ b/sourcecodes/run_scripts/run_loo @@ -11,5 +11,6 @@ fprintf(fout_temp,arg_list{2}); fclose(fout_temp); looCrossValid(arg_list{1},arg_list{2}); delete(filename); -command=cstrcat("/var/www/html/compbio/BNW_1.3/bnw-env/bin/python3 ",base_dir,"/cv_plotly.py ",arg_list{1}); + +command=cstrcat("/home/jziebart/python/Python-2.7.15/python ",base_dir,"/cv_plotly.py ",arg_list{1}); test=system(command); |
