PREREQUISITES:
**************

Perl 5.6 or 5.8 (Clench was developed on perl 5.6.633)

PerlModules:
============
Provided with ActiveState perl
	strict;
	HTTP::Request::Common
	LWP::UserAgent
	File::Temp
	Win32::Console
	File::Basename
	CGI
Available on PPM
	DBI
	Statistics::Distributions
	GD
	Bio::Tools::SeqPattern (part of Bioperl)
Available on CPAN shell
	GraphViz
Provided with CLENCH
	SmPlot

Programs:
=========
Graphviz 
	from http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-1.12.exe
	install in C:/Program Files/ATT/Graphviz [default location]
	make sure C:/Program Files/ATT/Graphviz/bin is in your PATH
	(we need dot.exe)
	
Imagemagick 
	from http://www.imagemagick.org/www/download.html?
	install in C:/Program Files/ImageMagick
	make sure C:/Program Files/ImageMagick is in your PATH
	(we need convert.exe)
	
mysql 
	from http://dev.mysql.com/downloads/mysql/4.0.html
	install in C:/Program Files/mysql
	make sure you set up a proper and secure user/password
	
GO database 
	from http://www.godatabase.org/dev/database/archive/latest/
	(Type of GO -- http://../latest/go_200407-termdb-tables.tar.gz)
	[Or you can use the go_200407-termdb-tables.zip in this directory]
	unzip it using winzip into one folder
	open the mysql prompt and create a database mygo.
	then run Load_mygo.pl script
