Package eu.isas.peptideshaker.cmd
Class IdentificationParametersCLI
java.lang.Object
com.compomics.cli.identification_parameters.AbstractIdentificationParametersCli
eu.isas.peptideshaker.cmd.IdentificationParametersCLI
- All Implemented Interfaces:
Callable
public class IdentificationParametersCLI
extends com.compomics.cli.identification_parameters.AbstractIdentificationParametersCli
The SearchParametersCLI allows creating search parameters files using command
line arguments.
- Author:
- Marc Vaudel, Harald Barsnes
-
Constructor Summary
ConstructorsConstructorDescriptionIdentificationParametersCLI(String[] args) Construct a new SearchParametersCLI runnable from a list of arguments. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateOptionsCLI(org.apache.commons.cli.Options options) protected Stringstatic voidStarts the launcher by calling the launch method.Methods inherited from class com.compomics.cli.identification_parameters.AbstractIdentificationParametersCli
call, getHeader, initiate, printEnzymes, printModifications
-
Constructor Details
-
IdentificationParametersCLI
Construct a new SearchParametersCLI runnable from a list of arguments. When initialization is successful, calling "run" will write the created parameters file.- Parameters:
args- the command line arguments
-
-
Method Details
-
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
-
createOptionsCLI
protected void createOptionsCLI(org.apache.commons.cli.Options options) - Specified by:
createOptionsCLIin classcom.compomics.cli.identification_parameters.AbstractIdentificationParametersCli
-
getOptionsAsString
- Specified by:
getOptionsAsStringin classcom.compomics.cli.identification_parameters.AbstractIdentificationParametersCli
-