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/matrix.php | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/matrix.php')
| -rw-r--r-- | sourcecodes/matrix.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sourcecodes/matrix.php b/sourcecodes/matrix.php index c1e56cf6..aaf58028 100644 --- a/sourcecodes/matrix.php +++ b/sourcecodes/matrix.php @@ -1,7 +1,8 @@ <?php include("input_validate.php"); $keyval=valid_keyval($_GET["My_key"]); -$dir="./data/"; +//$dir="./data/"; +$dir="/tmp/bnw/"; $matfile=$dir.$keyval."structure_input_temp.txt"; $fpw=fopen($dir.$keyval."Model_Averaging_Scores.txt","w"); |
