                       PhyloGibbs

Algorithm development by
    Rahul Siddharthan <rsidd@imsc.res.in> 
       (The Institute of Mathematical Sciences, Chennai, India)
    Eric D. Siggia <siggia@eds1.rockefeller.edu>
       (The Rockefeller University, New York, USA)
    Erik van Nimwegen <erik.vannimwegen@unibas.ch>
       (Biozentrum, University of Basel, and 
	Swiss Institute of Bioinformatics, Switzerland)

Code written by and copyright (C) 2005 Rahul Siddharthan and Erik van Nimwegen.

Please send all questions and bugreports to Erik van Nimwegen <erik.vannimwegen@unibas.ch>.

Redistribution permitted under the terms of the GNU General Public
License (see file COPYING in source distribution).

Compilation notes are in COMPILING

A quick help summary is in NOTES (whose text is printed when the
program is run with the -h or --help option)

Detailed manuals are in phylogibbs.1 and phylogibbs_algorithm.7
Once installed, these manpages should be readable by the standard
Unix "man" command, if the destination is in your MANPATH (see
COMPILING).  To read them where they sit, you can (under linux) use
   man ./phylogibbs.1 
or
   groff -Tascii -mandoc phylogibbs.1 |less
or, if you prefer html or postscript versions,
   groff -Thtml -mandoc phylogibbs.1 > phylogibbs.html
   groff -Tps -mandoc phylogibbs.1 > phylogibbs.ps
