From 25b843f6bbacb1937bdb960777b73acbece64115 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 14:36:59 -0600 Subject: GENENET8 update --- sourcecodes/remove_variables_processing.php | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'sourcecodes/remove_variables_processing.php') diff --git a/sourcecodes/remove_variables_processing.php b/sourcecodes/remove_variables_processing.php index be2d9f5d..0a147595 100644 --- a/sourcecodes/remove_variables_processing.php +++ b/sourcecodes/remove_variables_processing.php @@ -6,7 +6,9 @@ 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"); @@ -47,7 +49,9 @@ function describe_tier($fpvar,$keyval) $tierdesc=trim($_GET['tierdesc']); -$dir="./data/"; +//$dir="./data/"; +//$dir="/tmp/bnw/"; +$dir="/var/lib/genenet/bnw/"; $tf=$dir.$keyval."tier.txt"; $tier=file_get_contents("$tf"); @@ -190,7 +194,9 @@ if($d1!="" && $d2!="") -$dir="./data/"; +//$dir="./data/"; +//$dir="/tmp/bnw/"; +$dir="/var/lib/genenet/bnw/"; //$sid1=$dir.$keyval."ban"; //$sid2=$dir.$keyval."white"; @@ -228,5 +234,5 @@ shell_exec('./run_scripts/run_del_var '.$oldkey.' '.$keyval); ////////////////////////////////////execute structurelearning///////////////////////////////////////////////////////////////////////////////////////////// ?> \ No newline at end of file +window.open("create_tiers_gom_part1.php?My_key=",'_self',false); + -- cgit 1.4.1