Class EmblReader

java.lang.Object
org.biojava.nbio.core.sequence.io.embl.EmblReader

public class EmblReader extends Object
This class should process the data of embl file
Since:
5.0.0
Author:
Noor Aldeen Al Mbaidin
  • Constructor Details

  • Method Details

    • process

      public static EmblRecord process(File file) throws IOException
      The parsing is done in this method.
      This method tries to process all the Embl records in the File , closes the underlying resource, and return the results in object of EmblRecord.
      Returns:
      EmblRecord containing all the parsed Embl records
      Throws:
      IOException