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/modify_structure_learning.php | |
| parent | a2b306b10fb07f07c63235861ccfe460153e8609 (diff) | |
| download | BNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz | |
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/modify_structure_learning.php')
| -rw-r--r-- | sourcecodes/modify_structure_learning.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sourcecodes/modify_structure_learning.php b/sourcecodes/modify_structure_learning.php index 35e805d5..1b0a70ef 100644 --- a/sourcecodes/modify_structure_learning.php +++ b/sourcecodes/modify_structure_learning.php @@ -7,9 +7,7 @@ function get_tier($keyval) $tier=trim($_GET['tier']); //$dir="./data/"; -//$dir="/tmp/bnw/"; - -$dir="/var/lib/genenet/bnw/"; +$dir="/tmp/bnw/"; $tf=$dir.$keyval."del_var.txt"; $fpvar = fopen("$tf","w"); @@ -233,4 +231,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> +</script> \ No newline at end of file |
