From 9faa801fd3302e7c3ca03c3cd95afed61c8eb14e Mon Sep 17 00:00:00 2001 From: miles Date: Wed, 13 Mar 2013 01:09:44 +0000 Subject: [PATCH] Term printing is now woring in viewOntology.php, nothing else has currently been implimented here. Still to do: Gene printing, cell coloring svn path=/; revision=432 --- Personnel/miles/Web Page/heatMap.php | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/Personnel/miles/Web Page/heatMap.php b/Personnel/miles/Web Page/heatMap.php index e7a8019..c4e4154 100644 --- a/Personnel/miles/Web Page/heatMap.php +++ b/Personnel/miles/Web Page/heatMap.php @@ -87,31 +87,6 @@ for ($i = 0; $i < sizeof($heatMapData); $i ++) $finalHeatMapData[$i] = implode(",", $heatMapData[$i]); } -// extra goodies from the mysql database -$username="inparanoid-read-user"; -$password="inparanoid-read-user_pw"; -$database="inparanoid_data"; -$url="floret.cgrb.oregonstate.edu:3306"; - -$connection=mysql_connect($url,$username,$password); -$logic="gene like "; -for($i=0; $i -- 2.34.1