about summary refs log tree commit diff
path: root/sourcecodes/mat_structure.php
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/mat_structure.php
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/mat_structure.php')
-rw-r--r--sourcecodes/mat_structure.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/sourcecodes/mat_structure.php b/sourcecodes/mat_structure.php
index dd1daccf..c1f0d82b 100644
--- a/sourcecodes/mat_structure.php
+++ b/sourcecodes/mat_structure.php
@@ -1,7 +1,9 @@
 <?php
 function structure_change($keyval)
 {
-$dir="./data/";
+  //$dir="./data/";
+//$dir="/tmp/bnw/";
+$dir="/var/lib/genenet/bnw/";
 $matfile=$dir.$keyval."varname.txt";
 $namelist=file_get_contents("$matfile");
 $matfilestruct=$dir.$keyval."structure_input.txt";
@@ -75,4 +77,4 @@ for($l=0;$l<=$i;$l++)
 //return $matfilestruct;
 }
 
-?>
\ No newline at end of file
+?>