public enum FollowUpCLIParams extends Enum<FollowUpCLIParams>
| Modifier and Type | Field and Description |
|---|---|
String |
description
Explanation for the CLI parameter.
|
boolean |
hasArgument
Indicates whether user input is expected.
|
String |
id
Short Id for the CLI parameter.
|
boolean |
mandatory
Boolean indicating whether the parameter is mandatory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
createOptionsCLI(org.apache.commons.cli.Options aOptions)
Creates the options for the command line interface based on the possible
values.
|
static String |
getOptionsAsString()
Returns the options as a string.
|
static String |
getOutputOptionsAsString()
Returns the output options as a string.
|
static FollowUpCLIParams |
valueOf(String name)
Returns 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.
|
public static final FollowUpCLIParams PSDB_FILE
public static final FollowUpCLIParams RECALIBRATION_FOLDER
public static final FollowUpCLIParams RECALIBRATION_MODE
public static final FollowUpCLIParams SPECTRUM_FOLDER
public static final FollowUpCLIParams PSM_TYPE
public static final FollowUpCLIParams ACCESSIONS_FILE
public static final FollowUpCLIParams ACCESSIONS_TYPE
public static final FollowUpCLIParams SEQUENCES_FILE
public static final FollowUpCLIParams SEQUENCES_TYPE
public static final FollowUpCLIParams PROGENESIS_FILE
public static final FollowUpCLIParams PROGENESIS_TYPE
public static final FollowUpCLIParams PROGENESIS_TARGETED_PTMS
public static final FollowUpCLIParams PEPNOVO_TRAINING_FOLDER
public static final FollowUpCLIParams PEPNOVO_TRAINING_RECALIBRATION
public static final FollowUpCLIParams PEPNOVO_TRAINING_FDR
public static final FollowUpCLIParams PEPNOVO_TRAINING_FNR
public static final FollowUpCLIParams INCLUSION_LIST_FILE
public static final FollowUpCLIParams INCLUSION_LIST_FORMAT
public static final FollowUpCLIParams INCLUSION_LIST_PROTEIN_FILTERS
public static final FollowUpCLIParams INCLUSION_LIST_PEPTIDE_FILTERS
public static final FollowUpCLIParams INCLUSION_LIST_RT_WINDOW
public static final FollowUpCLIParams PROTEOFORMS_FILE
public static final FollowUpCLIParams DEEPLC_FILE
public static final FollowUpCLIParams MS2PIP_FILE
public static final FollowUpCLIParams MS2PIP_MODELS
public static final FollowUpCLIParams PERCOLATOR_RT
public static final FollowUpCLIParams PERCOLATOR_FRAGMENTATION
public static final FollowUpCLIParams PERCOLATOR_FILE
public String id
public String description
public boolean mandatory
public final boolean hasArgument
public static FollowUpCLIParams[] values()
for (FollowUpCLIParams c : FollowUpCLIParams.values()) System.out.println(c);
public static FollowUpCLIParams valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static void createOptionsCLI(org.apache.commons.cli.Options aOptions)
aOptions - the options object where the options will be addedpublic static String getOptionsAsString()
public static String getOutputOptionsAsString()
Copyright © 2021. All rights reserved.