
doublet_blosum: 
  Program to compute singlet and doublet blosum scoring matrices
  from a blocks database. See the source code for details on
  licensing.

  You will need to install the GNU Scientific Library in order
  to compile this code. <http://sources.redhat.com/gsl/>   

  make               : Compile the  code
  doublet_blosum -h  : print usage infomation
  runme              : Generates a set of matrices

Directories
  dirichlet :  Code to optimize Dirichlet priors
  blosum    :  The origonal (Singlet) blosum code
  data	    :  Blocks databases
  matrix    :  generated matrices


