Package eu.isas.peptideshaker.cmd
Class FollowUpCLI
java.lang.Object
eu.isas.peptideshaker.preferences.UserPreferencesParent
eu.isas.peptideshaker.utils.PsdbParent
eu.isas.peptideshaker.cmd.FollowUpCLI
- All Implemented Interfaces:
AutoCloseable
Command line interface to run follow-up analysis on psdb files.
- Author:
- Marc Vaudel, Harald Barsnes
-
Field Summary
Fields inherited from class eu.isas.peptideshaker.utils.PsdbParent
dbFolder, displayParameters, filterParameters, geneMaps, identification, identificationFeaturesGenerator, identificationParameters, metrics, msFileHandler, projectDetails, projectParameters, projectType, proteinDetailsProvider, psdbFile, sequenceProvider, spectrumCountingParametersFields inherited from class eu.isas.peptideshaker.preferences.UserPreferencesParent
userPreferences -
Constructor Summary
ConstructorsConstructorDescriptionFollowUpCLI(FollowUpCLIInputBean followUpCLIInputBean) Construct a new FollowUpCLI runnable from a FollowUpCLI Bean. -
Method Summary
Methods inherited from class eu.isas.peptideshaker.utils.PsdbParent
close, getDbFolder, getDisplayParameters, getExtendedProjectReport, getFilterParameters, getGeneMaps, getIdentification, getIdentificationFeaturesGenerator, getIdentificationParameters, getMetrics, getProjectDetails, getProjectParameters, getProjectType, getProteinDetailsProvider, getPsdbFile, getPsdbImportFromZip, getSequenceProvider, getSpectrumCountingParameters, getSpectrumProvider, getUserParameters, loadFastaFile, loadPsdbFile, loadPsdbFromZipFile, loadSpectrumFile, loadSpectrumFile, loadSpectrumFiles, loadSpectrumFiles, resetIdentificationFeaturesGenerator, saveProject, setDbFolder, setDefaultParameters, setDisplayParameters, setFilterParameters, setGeneMaps, setIdentification, setIdentificationFeaturesGenerator, setIdentificationParameters, setMetrics, setMsFileHandler, setProject, setProjectDetails, setProjectType, setProteinDetailsProvider, setPsdbFile, setPsdbImportFromZip, setSequenceProvider, setSpectrumCountingParametersMethods inherited from class eu.isas.peptideshaker.preferences.UserPreferencesParent
loadUserParameters, saveUserParameters
-
Constructor Details
-
FollowUpCLI
Construct a new FollowUpCLI runnable from a FollowUpCLI Bean. When initialization is successful, calling "run" will open the PeptideShaker project and write the desired output files.- Parameters:
followUpCLIInputBean- the follow-up options
-
-
Method Details
-
call
Calling this method will run the configured PeptideShaker process.- Returns:
- returns 1 if the process was canceled
-
main
Starts the launcher by calling the launch method. Use this as the main class in the jar file.- Parameters:
args- the command line arguments
-
toString
-