about summary refs log tree commit diff
path: root/sourcecodes/bn_file_load_gom.php
diff options
context:
space:
mode:
authorziejd22019-01-28 16:31:54 -0600
committerziejd22019-01-28 16:31:54 -0600
commitbb9d93322abf825368dedaafc2376ef8fdfc1e2f (patch)
tree10b9b3dd405d8a73aa4784e313525159cade3f3b /sourcecodes/bn_file_load_gom.php
parentc4949358bfeecdac35802f8369f4f97a21e5fddb (diff)
downloadBNW-bb9d93322abf825368dedaafc2376ef8fdfc1e2f.tar.gz
Jan 28 2019 update
Diffstat (limited to 'sourcecodes/bn_file_load_gom.php')
-rw-r--r--sourcecodes/bn_file_load_gom.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/sourcecodes/bn_file_load_gom.php b/sourcecodes/bn_file_load_gom.php
index eb3ac454..3f3ef195 100644
--- a/sourcecodes/bn_file_load_gom.php
+++ b/sourcecodes/bn_file_load_gom.php
@@ -61,7 +61,7 @@ if(isset($HTTP_POST_VARS["MyUpload"]))
    {
         if($TextFile!="")
         {
-	  $TextFile = valid_input($TextFile);
+	  //	  $TextFile = valid_input($TextFile);
             $sta=move_uploaded_file($HTTP_POST_FILES['MyFile']['tmp_name'],$TextinFile);
             if(!$sta)
             {
@@ -148,7 +148,7 @@ if($searchID!="")
       fwrite($fpdata,$searchID);
   }  
   $keyval = valid_keyval($keyval);
-  shell_exec('./run_prep_input '.$keyval);
+  shell_exec('./run_scripts/run_prep_input '.$keyval);
   $parent_number=4;
   $k_number=1;
   $runtime=exe_time($keyval,$parent_number,$k_number);
@@ -156,6 +156,7 @@ if($searchID!="")
 <ul class="navbar2">
   <li><a href="executionprogress.php?My_key=<?php print($keyval);?>">Perform Bayesian network modeling using default settings</a>
   <li><a href="create_tiers_gom.php?My_key=<?php print($keyval);?>">Go to structure learning settings and the BNW structural constraint interface</a>  
+  <li><a href="remove_variables.php?My_key=<?php print($keyval);?>">Remove variables from data set</a>  
   <li><a href="javascript:void(0);"
 NAME="InputCheck" title="InputCheck"
     onClick=window.open("input_check.php?My_key=<?php print($keyval);?>","Rat//ting","width=950,height=270,0,status=0,");>View uploaded variables and data</a>