From 25b843f6bbacb1937bdb960777b73acbece64115 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 14:36:59 -0600 Subject: GENENET8 update --- sourcecodes/modify_structure_learning.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sourcecodes/modify_structure_learning.php') 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); ?> \ No newline at end of file + -- cgit 1.4.1