Class ArrayDesignProbeRenamerCli

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware, CLI

    @Deprecated
    public class ArrayDesignProbeRenamerCli
    extends ArrayDesignSequenceManipulatingCli
    Deprecated.
    renaming probes is not a good idea in general
    Put new names on probes. This is needed in some cases where probes were given generic names that weren't helpful for matching them to sequences.
    Author:
    pavlidis
    • Constructor Detail

      • ArrayDesignProbeRenamerCli

        public ArrayDesignProbeRenamerCli()
        Deprecated.
    • Method Detail

      • getCommandName

        public String getCommandName()
        Deprecated.
        Description copied from interface: CLI
        A short memorable name for the command that can be used to locate this class.
        Specified by:
        getCommandName in interface CLI
        Overrides:
        getCommandName in class AbstractCLI
        Returns:
        name; if null or blank, this will not be available as a shortcut command.
      • buildOptions

        protected void buildOptions​(org.apache.commons.cli.Options options)
        Deprecated.
        Description copied from class: AbstractCLI
        Build option implementation.

        Implement this method to add options to your command line, using the OptionBuilder.

        This is called right after AbstractCLI.buildStandardOptions(Options) so the options will be added after standard options.

        Overrides:
        buildOptions in class ArrayDesignSequenceManipulatingCli