Class MyriMatchProcessBuilder

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

public class MyriMatchProcessBuilder extends SearchGUIProcessBuilder
This class will set up and start a process to perform a MyriMatch search.
Author:
Harald Barsnes, Marc Vaudel
  • Field Details

    • EXECUTABLE_FILE_NAME

      public static final String EXECUTABLE_FILE_NAME
      The name of the MyriMatch executable.
      See Also:
  • Constructor Details

    • MyriMatchProcessBuilder

      public MyriMatchProcessBuilder(File myriMatchDirectory, File mgfFile, File fastaFile, File outputFolder, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler, int nThreads)
      Constructor.
      Parameters:
      myriMatchDirectory - directory location of MyriMatch executable
      mgfFile - the file containing the spectra
      fastaFile - the FASTA file
      outputFolder - folder where to output the results
      searchParameters - the search parameters
      waitingHandler - the waiting handler
      exceptionHandler - the handler of exceptions
      nThreads - the number of threads to use
  • Method Details