Class TideIndexProcessBuilder
java.lang.Object
eu.isas.searchgui.processbuilders.SearchGUIProcessBuilder
eu.isas.searchgui.processbuilders.TideIndexProcessBuilder
- All Implemented Interfaces:
Runnable
ProcessBuilder for the Tide index generation.
- Author:
- Harald Barsnes, Marc Vaudel
-
Field Summary
FieldsFields inherited from class eu.isas.searchgui.processbuilders.SearchGUIProcessBuilder
exceptionHandler, waitingHandler -
Constructor Summary
ConstructorsConstructorDescriptionTideIndexProcessBuilder(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) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the file name of the currently processed file.getType()Returns the type of the process.Methods inherited from class eu.isas.searchgui.processbuilders.SearchGUIProcessBuilder
endProcess, run, startProcess
-
Field Details
-
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 foldertideTempFolder- the Tide temp foldertideIndexLocation- the file where to store the indexfastaFile- the FASTA filesearchParameters- the search parameterswaitingHandler- the waiting handlerexceptionHandler- the handler of exceptions- Throws:
IOException- thrown of there are problems creating the Tide parameter file
-
-
Method Details
-
getType
Description copied from class:SearchGUIProcessBuilderReturns the type of the process.- Specified by:
getTypein classSearchGUIProcessBuilder- Returns:
- the type of the process
-
getCurrentlyProcessedFileName
Description copied from class:SearchGUIProcessBuilderReturns the file name of the currently processed file.- Specified by:
getCurrentlyProcessedFileNamein classSearchGUIProcessBuilder- Returns:
- the file name of the currently processed file
-