NAME
Genome::Model::Tools - base namespace for command modules
DESCRIPTION
Modules with names starting with Genome::Model::Tools are directly invokable by the "genome" command, installed with the core Genome package.
These modules all inherit from Command and use UR for their class definitions.
Copy the Example1.pm.template to Example1.pm and try "gmt" in the same directory for an example tool.
See Command for details on how to write commands.
See UR for details on writing UR classes in general.
AUTHORS
This software is developed by the analysis and engineering teams at The Genome Center at Washington Univiersity in St. Louis, with funding from the National Human Genome Research Institute.
LICENSE
This software is copyright Washington University in St. Louis. It is released under the Lesser GNU Public License (LGPL) version 3. See the associated LICENSE file in this distribution.
BUGS
For defects with any software in the genome namespace, contact genome-dev@genome.wustl.edu.
SEE ALSO
genome, Genome