$Id: README,v 1.9 2006/11/23 18:40:30 sendu Exp $


o Version

 This is Bioperl-run version 1.5.2, a developer release, please ensure
 that you have bioperl core 1.5.2 or later

o Description 
 
 bioperl-run contain modules that provides a PERL interface to various
 bioinformatics applications. This allows various applications to be
 used with common bioperl objects.

 See the Changes file for more information about what is contained in
 here.


o Installation

 You need to have the core bioperl installation before using
 bioperl-run. Select a bioperl distribution with the same release
 version.

 The installation of this package is identical to the core bioperl
 install. You can install with CPAN in the usual way, or:

   % perl Build.PL

   % ./Build test (some tests may not succeed if you do not have the
                   necessary programs or env variables defined)
   % su
   # ./Build install


o Environmental variables

 Some important environment variables you need to be aware of.

 Variable		Values     Comment
 --------------------------------------------------------------------
 PHYLIPVERSION		3.5, 3.6   If you want to run Phylip3.6 you 
 				   Need to set this env variable to 3.6

 BLASTDIR		DIR PATH   Point to the directory where BLAST 
 	                           is installed

 GENSCAN_DIR		DIR PATH   Point to the directory where 
                                    HumanIso.smat file is installed

 EPONINEDIR          	DIR PATH   Point to the directory where 
                                    eponine_scan.jar is installed
 PAMLDIR                DIR PATH   Point to directory where PAML is 
                                    installed.
 
