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 Details

    • IdentificationParametersCLI

      public IdentificationParametersCLI(String[] args)
      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

      public static void main(String[] args)
      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:
      createOptionsCLI in class com.compomics.cli.identification_parameters.AbstractIdentificationParametersCli
    • getOptionsAsString

      protected String getOptionsAsString()
      Specified by:
      getOptionsAsString in class com.compomics.cli.identification_parameters.AbstractIdentificationParametersCli