From 2cde783cb5401e6115de12edee274b63be4942d2 Mon Sep 17 00:00:00 2001 From: Andrew Yates <ayates@ebi.ac.uk> Date: Wed, 6 Mar 2013 14:56:25 +0000 Subject: [PATCH] adding the ontology db adaptor --- modules/t/MultiTestDB.conf.default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/t/MultiTestDB.conf.default b/modules/t/MultiTestDB.conf.default index db1ecbe9bd..096d28f94f 100644 --- a/modules/t/MultiTestDB.conf.default +++ b/modules/t/MultiTestDB.conf.default @@ -11,6 +11,9 @@ }, 'circ' => { 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor', + }, + 'ontology' => { + 'ontology' => 'Bio::EnsEMBL::DBSQL::OntologyDBAdaptor', } }, } -- GitLab