| GOBO documentation | Contained in the GOBO distribution. |
GOBO::AmiGO::Indexes::AmigoWrapper
do not use this method directly
Role of providing direct DB connectivity to the AmiGO/GO Database
| GOBO documentation | Contained in the GOBO distribution. |
package GOBO::AmiGO::Indexes::AmiGOWrapper; use Moose::Role; use GOBO::DBIC::GODBModel::Query; #has schema => (is=>'rw', isa=>'AmiGO::Model::Schema'); has query => (is=>'rw', isa=>'GOBO::DBIC::GODBModel::Query'); 1;