diff options
Diffstat (limited to 'sourcecodes/create_tiers_gom_part1.php')
| -rw-r--r-- | sourcecodes/create_tiers_gom_part1.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sourcecodes/create_tiers_gom_part1.php b/sourcecodes/create_tiers_gom_part1.php index f2125367..891d0170 100644 --- a/sourcecodes/create_tiers_gom_part1.php +++ b/sourcecodes/create_tiers_gom_part1.php @@ -8,8 +8,7 @@ include("input_validate.php"); $keyval=$_GET["My_key"]; //$dir="./data/"; -//$dir="/tmp/bnw/"; -$dir="/var/lib/genenet/bnw/"; +$dir="/tmp/bnw/"; $type_n=array(); @@ -193,4 +192,4 @@ print("Estimated run time for the current parameters: $runtime seconds"); </p> <br> <a class=button3 href="create_tiers_gom_part2.php?My_key=<?php print($keyval);?>">Continue to assign variables to tiers</a> -<br> +<br> \ No newline at end of file |
