Package eu.isas.peptideshaker.cmd
Class PeptideShakerIdentificationParametersCLIParams
java.lang.Object
eu.isas.peptideshaker.cmd.PeptideShakerIdentificationParametersCLIParams
This class provides the parameters which can be used for the identification
parameters cli in PeptideShaker.
- Author:
- Marc Vaudel, Harald Barsnes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateOptionsCLI(org.apache.commons.cli.Options aOptions) Creates the options for the command line interface based on the possible values.static StringReturns the options as a string.static StringReturns the options as a string.
-
Constructor Details
-
PeptideShakerIdentificationParametersCLIParams
public PeptideShakerIdentificationParametersCLIParams()
-
-
Method Details
-
createOptionsCLI
public static void createOptionsCLI(org.apache.commons.cli.Options aOptions) Creates the options for the command line interface based on the possible values.- Parameters:
aOptions- the options object where the options will be added
-
getOptionsAsString
Returns the options as a string.- Returns:
- the options as a string
-
getParametersOptionsAsString
Returns the options as a string.- Returns:
- the options as a string
-