Package org.incenp.obofoundry.uberon
Class MergeSpeciesCommand
java.lang.Object
org.incenp.obofoundry.uberon.BasePlugin
org.incenp.obofoundry.uberon.MergeSpeciesCommand
- All Implemented Interfaces:
org.obolibrary.robot.Command
A command to fold species-specific classes to form a “composite” ontology.
This command is the critical component of Uberon’s “composite-metazoan”
pipeline. It replaces OWLTools’s --merge-species-ontology
command.
-
Field Summary
Fields inherited from class org.incenp.obofoundry.uberon.BasePlugin
optionsFields inherited from interface org.obolibrary.robot.Command
global, missingFileError -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidperformOperation(org.obolibrary.robot.CommandState state, org.apache.commons.cli.CommandLine line) Perform whatever operation the command is supposed to do.Methods inherited from class org.incenp.obofoundry.uberon.BasePlugin
execute, getDescription, getIOHelper, getIRI, getName, getOptions, getUsage, main
-
Constructor Details
-
MergeSpeciesCommand
public MergeSpeciesCommand()
-
-
Method Details
-
performOperation
public void performOperation(org.obolibrary.robot.CommandState state, org.apache.commons.cli.CommandLine line) throws Exception Description copied from class:BasePluginPerform whatever operation the command is supposed to do.- Specified by:
performOperationin classBasePlugin- Parameters:
state- The internal state of ROBOT.line- The command line used to invoke the command.- Throws:
Exception- If any error occurred when attempting to execute the operation.
-