Class ExternalFileGeneLoaderCLI
java.lang.Object
ubic.gemma.cli.util.AbstractCLI
ubic.gemma.cli.util.AbstractAuthenticatedCLI
ubic.gemma.apps.ExternalFileGeneLoaderCLI
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware, CLI
CLI for loading genes from a non NCBI files. A taxon and gene file should be supplied as command line arguments. File
should be in tab delimited format containing gene symbol, gene name, uniprot id in that order.
- Author:
- ldonnison
- 
Nested Class SummaryNested classes/interfaces inherited from interface CLICLI.CommandGroup
- 
Field SummaryFields inherited from class AbstractCLIABORTED, FAILURE, FAILURE_FROM_ERROR_OBJECTS, log, SUCCESS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidbuildOptions(org.apache.commons.cli.Options options) Build option implementation.protected voidMain entry point to service class which reads a gene file and persists the genes in that file.Obtain the command group for this CLI.A short memorable name for the command that can be used to locate this class.Obtain a short description for this command explaining what it does.protected voidprocessOptions(org.apache.commons.cli.CommandLine commandLine) This method is called at the end of processCommandLineMethods inherited from class AbstractAuthenticatedCLIafterPropertiesSet, doWork, setEnvironment, setRequireLoginMethods inherited from class AbstractCLIabort, addBatchOption, addErrorObject, addErrorObject, addErrorObject, addSuccessObject, addSuccessObject, addThreadsOption, addWarningObject, addWarningObject, allowPositionalArguments, awaitBatchExecutorService, executeCommand, getApplicationContext, getBatchTaskExecutor, getBatchTaskProgressReporter, getCliContext, getCommandAliases, getHelpFooter, getNumThreads, getOptions, getUsage, promptConfirmationOrAbort, setAllowPositionalArguments, setApplicationContext, setEstimatedMaxTasks, setReportFrequencyMillis
- 
Constructor Details- 
ExternalFileGeneLoaderCLIpublic ExternalFileGeneLoaderCLI()
 
- 
- 
Method Details- 
getCommandNameDescription copied from interface:CLIA short memorable name for the command that can be used to locate this class.- Specified by:
- getCommandNamein interface- CLI
- Overrides:
- getCommandNamein class- AbstractCLI
- Returns:
- name; if null or blank, this will not be available as a shortcut command.
 
- 
getShortDescDescription copied from interface:CLIObtain a short description for this command explaining what it does.- Specified by:
- getShortDescin interface- CLI
- Overrides:
- getShortDescin class- AbstractCLI
 
- 
getCommandGroupDescription copied from interface:CLIObtain the command group for this CLI.- Specified by:
- getCommandGroupin interface- CLI
- Overrides:
- getCommandGroupin class- AbstractCLI
 
- 
processOptionsprotected void processOptions(org.apache.commons.cli.CommandLine commandLine) This method is called at the end of processCommandLine- Overrides:
- processOptionsin class- AbstractCLI
 
- 
buildOptionsprotected void buildOptions(org.apache.commons.cli.Options options) Description copied from class:AbstractCLIBuild 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:
- buildOptionsin class- AbstractCLI
 
- 
doAuthenticatedWorkMain entry point to service class which reads a gene file and persists the genes in that file.- Specified by:
- doAuthenticatedWorkin class- AbstractAuthenticatedCLI
- Throws:
- Exception
 
 
-