Class EMBLFormat

  • All Implemented Interfaces:
    SequenceFormat, RichSequenceFormat

    public class EMBLFormat
    extends RichSequenceFormat.HeaderlessFormat
    Format reader for EMBL files. This version of EMBL format will generate and write RichSequence objects. Loosely Based on code from the old, deprecated, org.biojava.bio.seq.io.EmblLikeFormat object.

    This format will read both Pre-87 and 87+ versions of EMBL. It will also write them both. By default, it will write the most recent version. If you want an earlier one, you must specify the format by passing one of the constants defined in this class to writeSequence(Sequence, String, Namespace).

    Since:
    1.5
    Author:
    Richard Holland, Jolyon Holdstock, Mark Schreiber