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/mat_structure.php | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/mat_structure.php')
| -rw-r--r-- | sourcecodes/mat_structure.php | 6 |
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 +?> |
