Class TideIndexProcessBuilder

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

public class TideIndexProcessBuilder extends SearchGUIProcessBuilder
ProcessBuilder for the Tide index generation.
Author:
Harald Barsnes, Marc Vaudel
  • Field Details

    • EXECUTABLE_FILE_NAME

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

    • TideIndexProcessBuilder

      public TideIndexProcessBuilder(File tideFolder, File tideTempFolder, File tideIndexLocation, File fastaFile, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) throws IOException
      Constructor.
      Parameters:
      tideFolder - the Tide folder
      tideTempFolder - the Tide temp folder
      tideIndexLocation - the file where to store the index
      fastaFile - the FASTA file
      searchParameters - the search parameters
      waitingHandler - the waiting handler
      exceptionHandler - the handler of exceptions
      Throws:
      IOException - thrown of there are problems creating the Tide parameter file
  • Method Details