about summary refs log tree commit diff
path: root/sourcecodes/matrix.php
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/matrix.php
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/matrix.php')
-rw-r--r--sourcecodes/matrix.php3
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");