java.lang.Object
com.compomics.util.experiment.io.identification.idfilereaders.NovorIdfileReader
All Implemented Interfaces:
IdfileReader, AutoCloseable

public class NovorIdfileReader extends Object implements IdfileReader
This IdfileReader reads identifications from a Novor csv result file.
Author:
Harald Barsnes
  • Constructor Details

    • NovorIdfileReader

      public NovorIdfileReader()
      Default constructor for the purpose of instantiation.
    • NovorIdfileReader

      public NovorIdfileReader(File novorCsvFile) throws IOException
      Constructor for an Novor csv result file reader.
      Parameters:
      novorCsvFile - the Novor csv file
      Throws:
      IOException - if an IOException occurs
    • NovorIdfileReader

      public NovorIdfileReader(File novorCsvFile, WaitingHandler waitingHandler) throws IOException
      Constructor for an Novor csv result file reader.
      Parameters:
      novorCsvFile - the Novor csv file
      waitingHandler - the waiting handler
      Throws:
      IOException - if an IOException occurs
  • Method Details