Class DirecTagProcessBuilder
java.lang.Object
eu.isas.searchgui.processbuilders.SearchGUIProcessBuilder
eu.isas.searchgui.processbuilders.DirecTagProcessBuilder
- All Implemented Interfaces:
Runnable
This class will set up and start a process to run DirecTag.
- Author:
- Thilo Muth, Harald Barsnes, Marc Vaudel
-
Field Summary
FieldsFields inherited from class eu.isas.searchgui.processbuilders.SearchGUIProcessBuilder
exceptionHandler, waitingHandler -
Constructor Summary
ConstructorsConstructorDescriptionDirecTagProcessBuilder(File exeFolder, File spectrumFile, int nThreads, File outputFolder, 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
Title of the DirecTag executable.- See Also:
-
-
Constructor Details
-
DirecTagProcessBuilder
public DirecTagProcessBuilder(File exeFolder, File spectrumFile, int nThreads, File outputFolder, com.compomics.util.parameters.identification.search.SearchParameters searchParameters, com.compomics.util.waiting.WaitingHandler waitingHandler, com.compomics.util.exceptions.ExceptionHandler exceptionHandler) Constructor.- Parameters:
exeFolder- the path to the executablespectrumFile- the spectrum filenThreads- the number of threadsoutputFolder- the output foldersearchParameters- the search parameterswaitingHandler- the waiting handlerexceptionHandler- the exception handler
-
-
Method Details
-
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
-
getType
Description copied from class:SearchGUIProcessBuilderReturns the type of the process.- Specified by:
getTypein classSearchGUIProcessBuilder- Returns:
- the type of the process
-