Class GenericGenbankHeaderParser<S extends AbstractSequence<C>,​C extends Compound>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parseHeader​(java.lang.String header, S sequence)
      Parse the header and set the values in the sequence
      void setAccession​(java.lang.String accession)
      The last accession passed to this routine will always be the one used.
      void setComment​(java.lang.String comment)
      void setDescription​(java.lang.String description)
      void setIdentifier​(java.lang.String identifier)
      void setName​(java.lang.String name)
      void setVersion​(int version)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait