Class FeatureTableParser


  • public class FeatureTableParser
    extends java.lang.Object
    Deprecated.
    Use org.biojavax.bio.seq.io framework instead
    Simple parser for feature tables. This is shared between the EMBL and GENBANK format readers.
    Author:
    Thomas Down, Matthew Pocock, Greg Cox, Keith James
    • Method Detail

      • setSeqID

        public void setSeqID​(java.lang.String seqID)
        Deprecated.
      • startFeature

        public void startFeature​(java.lang.String type)
                          throws BioException
        Deprecated.
        Throws:
        BioException
      • inFeature

        public boolean inFeature()
        Deprecated.