diff options
| author | ziejd2 | 2021-02-24 15:19:03 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 15:19:03 -0600 |
| commit | 1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch) | |
| tree | d4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/run_scripts/run_test_set | |
| parent | a2b306b10fb07f07c63235861ccfe460153e8609 (diff) | |
| download | BNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz | |
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/run_scripts/run_test_set')
| -rw-r--r-- | sourcecodes/run_scripts/run_test_set | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sourcecodes/run_scripts/run_test_set b/sourcecodes/run_scripts/run_test_set index 67ae66cd..aef01887 100644 --- a/sourcecodes/run_scripts/run_test_set +++ b/sourcecodes/run_scripts/run_test_set @@ -9,5 +9,6 @@ testSetPredictions(arg_list{1}); #fclose(filename); filename=strcat(arg_list{1},"ts_upload.txt"); delete(filename); -command=cstrcat("/var/www/html/compbio/BNW_1.3/bnw-env/bin/python3 ",base_dir,"/ts_plotly.py ",arg_list{1}); + +command=cstrcat("/home/jziebart/python/Python-2.7.15/python ",base_dir,"/ts_plotly.py ",arg_list{1}); test=system(command); |
