This directory contains code for reading sequence files in GenBank,
EMBL, and FASTA format. No format is fully supported unfortunately,
but I believe the package contains a good basis for further
development as it uses a lexical analyzer (preferrably flex) and a
grammar-based parser (preferrably using bison). 

Compile with "make"!

A library libsfile.a  and a test program gbread is produced. Copy
sfile.h and libsfile.a to appropriate include and lib directories in
order to use this library!

