diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/modify_structure_learning.php | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/modify_structure_learning.php')
| -rw-r--r-- | sourcecodes/modify_structure_learning.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sourcecodes/modify_structure_learning.php b/sourcecodes/modify_structure_learning.php index 67a065d4..35e805d5 100644 --- a/sourcecodes/modify_structure_learning.php +++ b/sourcecodes/modify_structure_learning.php @@ -6,7 +6,10 @@ function get_tier($keyval) { $tier=trim($_GET['tier']); -$dir="./data/"; +//$dir="./data/"; +//$dir="/tmp/bnw/"; + +$dir="/var/lib/genenet/bnw/"; $tf=$dir.$keyval."del_var.txt"; $fpvar = fopen("$tf","w"); @@ -230,4 +233,4 @@ shell_exec('./run_scripts/run_prep_input '.$keyval); ?> <script> window.open("bn_after_upload_gom.php?My_key=<?php print($keyval);?>",'_self',false); -</script> \ No newline at end of file +</script> |
