about summary refs log tree commit diff
path: root/sourcecodes/cv_predictions.php
diff options
context:
space:
mode:
authorziejd22021-02-24 15:19:03 -0600
committerziejd22021-02-24 15:19:03 -0600
commit1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0 (patch)
treed4356879a9b0a3d44063a6b292ef0197173697af /sourcecodes/cv_predictions.php
parenta2b306b10fb07f07c63235861ccfe460153e8609 (diff)
downloadBNW-1427e9bf4f85823164b4573a3bcf1ba3ba6b04d0.tar.gz
Moving final GENENET8 version to master
Diffstat (limited to 'sourcecodes/cv_predictions.php')
-rw-r--r--sourcecodes/cv_predictions.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/sourcecodes/cv_predictions.php b/sourcecodes/cv_predictions.php
index 65915534..54a565ed 100644
--- a/sourcecodes/cv_predictions.php
+++ b/sourcecodes/cv_predictions.php
@@ -32,8 +32,7 @@ $keyval=valid_keyval($_GET["My_key"]);
 <li>This feature has recently been added to BNW and is still being tested. Please inform us of any issues.<br>
   Its use is briefly described <a href="help.php#crossvalid" target="_blank">here</a>.<br><br></li>
 <?php
-//  $dir="/tmp/bnw/";
-  $dir="/var/lib/genenet/bnw/";
+  $dir="/tmp/bnw/";
   $loo_file1=$dir.$keyval."looCV_temp.txt";
   $loo_file2=$dir.$keyval."looCV.txt";
 if(file_exists($loo_file1))
@@ -54,7 +53,7 @@ if(file_exists($loo_file1))
    ?>
 <?php
   $kfold_file1=$dir.$keyval."kfoldCV_temp.txt";
-  $kfold_file2=$dir.$keyval."kfold_plotly.html";
+  $kfold_file2=$dir.$keyval."kfoldCV.txt";
 if(file_exists($kfold_file1))
   {?>
 <li> <a class=button3 href="cv_predictions.php?My_key=<?php print($keyval);?>">k-fold cross-validation predictions are being calculated.<br>Click here to update status.</a>