diff options
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"); |
