#########################################################
#							#
#		    BestGoldScorer 			#
#							#
#########################################################

I/Introduction

	This mini application is the property of the
	bioinformatics staff of the UMR 7175 LC1.

II/Installation

	First, you have to put this application in a
	directory.

	Then you have just to enter the path of the 
	root directory of this application within the
	terminal slash in a variable environnment
	variable which must be named 'BGS_HOME'.

		1/ Windows 

	Unzip 
	C:\BestGoldScorer

	So the environnment path must be :
	BGS_HOME=C:\BestGoldScorer
	and not
	BGS_HOME=C:\BestGoldScorer\

	You can see if the environnment variable is already
	if you enter in your prompt :
	echo %BGS_HOME%

		2/Unix (bash)

	unzip

	set BGS_HOME=<BGS_HOME>

	echo ${BGS_HOME}


	At last, if you want use this applacation
	everywhere, you must add the good bin in your 
	PATH environnment variable or specify the path 
	to the <BGS_HOME>/bin/
