RIBOSOME

This is the FORTRAN source code distribution for Ribosome.

Directory Layout:

examples/ contains a few examples of usage of the program

doc/ HTML documentation for the program

src/ Source code and res.zmat file

Building:

  In the src directory
  
  f77 -O *.f -o ribosome
  
  copy the ribosome executable and the res.zmat file to some convenient
  location
  
Running

  ribsome inputfilename outputfilename /path/to/res.zmat
  
  Consult the documentation for the format of the input file.


Contact

    raj@grserv.med.jhmi.edu
    
    
