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

public class MsAmandaIdfileReader extends Object implements IdfileReader
This IdfileReader reads identifications from an MS Amanda csv result file.
Author:
Harald Barsnes
  • Constructor Details

    • MsAmandaIdfileReader

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

      public MsAmandaIdfileReader(File msAmandaCsvFile) throws IOException
      Constructor for an MS Amanda csv result file reader.
      Parameters:
      msAmandaCsvFile - the MS Amanda csv file
      Throws:
      FileNotFoundException - if a FileNotFoundException occurs
      IOException - if an IOException occurs
    • MsAmandaIdfileReader

      public MsAmandaIdfileReader(File msAmandaCsvFile, WaitingHandler waitingHandler) throws IOException
      Constructor for an MS Amanda csv result file reader.
      Parameters:
      msAmandaCsvFile - the MS Amanda csv file
      waitingHandler - the waiting handler
      Throws:
      FileNotFoundException - if a FileNotFoundException occurs
      IOException - if an IOException occurs
  • Method Details