diff options
| author | ziejd2 | 2021-02-24 15:19:03 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 15:19:03 -0600 |
| commit | 1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch) | |
| tree | d4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/layout.php | |
| parent | a2b306b10fb07f07c63235861ccfe460153e8609 (diff) | |
| download | BNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz | |
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/layout.php')
| -rw-r--r-- | sourcecodes/layout.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sourcecodes/layout.php b/sourcecodes/layout.php index aef275ca..5441c489 100644 --- a/sourcecodes/layout.php +++ b/sourcecodes/layout.php @@ -9,8 +9,7 @@ include("input_validate.php"); $keyval=valid_keyval($_GET["My_key"]); //$dir="./data/"; -//$dir="/tmp/bnw/"; -$dir="/var/lib/genenet/bnw/"; +$dir="/tmp/bnw/"; $vf1=$dir.$keyval."var.txt"; $vf2=$dir.$keyval."varname.txt"; @@ -74,9 +73,9 @@ function calcHeight() <ul class="navbar_ac"> <li><a href="parameter_display.php?My_key=<?php print($keyval);?>" target='_blank'>View parameters</a> <li><a href="violin.php?My_key=<?php print($keyval);?>" target='_blank'>View violin plots of distributions</a> - <li><a href="matrix_new.php?My_key=<?php print($keyval);?>" target="_blank">View structure matrix</a> + <li><a href="matrix.php?My_key=<?php print($keyval);?>" target="_blank">View structure matrix</a> <?php -$filename1="/var/lib/genenet/bnw/".$keyval."slsettings.txt"; +$filename1="/tmp/bnw/".$keyval."slsettings.txt"; if(file_exists($filename1)) {?> <li><a href="review_settings.php?My_key=<?php print($keyval);?>" target="_blank">View structure learning settings</a> |
