Package eu.isas.peptideshaker.cmd
Enum FollowUpCLIParams
- All Implemented Interfaces:
Serializable,Comparable<FollowUpCLIParams>,java.lang.constant.Constable
Enum class specifying the Command Line Parameters for follow up analysis.
- Author:
- Marc Vaudel, Harald Barsnes
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionExplanation for the CLI parameter.final booleanIndicates whether user input is expected.Short Id for the CLI parameter.booleanBoolean indicating whether the parameter is mandatory. -
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 output options as a string.static FollowUpCLIParamsReturns the enum constant of this type with the specified name.static FollowUpCLIParams[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PSDB_FILE
-
RECALIBRATION_FOLDER
-
RECALIBRATION_MODE
-
SPECTRUM_FOLDER
-
PSM_TYPE
-
ACCESSIONS_FILE
-
ACCESSIONS_TYPE
-
SEQUENCES_FILE
-
SEQUENCES_TYPE
-
PROGENESIS_FILE
-
PROGENESIS_TYPE
-
PROGENESIS_TARGETED_PTMS
-
PEPNOVO_TRAINING_FOLDER
-
PEPNOVO_TRAINING_RECALIBRATION
-
PEPNOVO_TRAINING_FDR
-
PEPNOVO_TRAINING_FNR
-
INCLUSION_LIST_FILE
-
INCLUSION_LIST_FORMAT
-
INCLUSION_LIST_PROTEIN_FILTERS
-
INCLUSION_LIST_PEPTIDE_FILTERS
-
INCLUSION_LIST_RT_WINDOW
-
PROTEOFORMS_FILE
-
DEEPLC_FILE
-
MS2PIP_FILE
-
MS2PIP_MODELS
-
PERCOLATOR_RT
-
PERCOLATOR_FRAGMENTATION
-
PERCOLATOR_FILE
-
RT_OBS_PRED
-
PEAK_INTS_OBS_PRED
-
PSM_IDS_FOR_PEAKS_EXPORT
-
PERCOLATOR_BENCHMARK_RESULTS
-
PSM_IDENTIFIERS_EXPORT
-
-
Field Details
-
id
Short Id for the CLI parameter. -
description
Explanation for the CLI parameter. -
mandatory
public boolean mandatoryBoolean indicating whether the parameter is mandatory. -
hasArgument
public final boolean hasArgumentIndicates whether user input is expected.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
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
-
getOutputOptionsAsString
Returns the output options as a string.- Returns:
- the output options as a string
-