Class ThermoRawFileParserProcessBuilder

java.lang.Object
eu.isas.searchgui.processbuilders.SearchGUIProcessBuilder
eu.isas.searchgui.processbuilders.ThermoRawFileParserProcessBuilder
All Implemented Interfaces:
Runnable

public class ThermoRawFileParserProcessBuilder extends SearchGUIProcessBuilder
Process builder to run ThermoRawFileParser.
Author:
Harald Barsnes
  • Constructor Details

    • ThermoRawFileParserProcessBuilder

      public ThermoRawFileParserProcessBuilder(File thermoRawFileParserFolder, File rawFile, File destinationFolder, com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.ThermoRawFileParserParameters thermoRawFileParserParameters, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) throws IOException, ClassNotFoundException
      Constructor for the process builder.
      Parameters:
      thermoRawFileParserFolder - the ThermoRawFileParser folder
      rawFile - the raw file to convert
      destinationFolder - the destination folder
      thermoRawFileParserParameters - the ThermoRawFileParser parameters
      waitingHandler - the waiting handler
      exceptionHandler - the handler of exceptions
      Throws:
      IOException - thrown if there are problems accessing the files
      ClassNotFoundException - thrown if a class cannot be found
  • Method Details