diff options
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 +?> |
