From 248747af6a0365e6e761efb8b4e9694dfc5a956b Mon Sep 17 00:00:00 2001 From: Alessandro Vullo <avullo@ebi.ac.uk> Date: Wed, 10 Dec 2014 15:33:46 +0000 Subject: [PATCH] [ENSCORESW-1117]. Support loading core database to test polyploid genome support. --- 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 731f27ba3f..ac43e47fd3 100644 --- a/modules/t/MultiTestDB.conf.default +++ b/modules/t/MultiTestDB.conf.default @@ -14,6 +14,9 @@ 'circ' => { 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor', }, + 'polyploidy' => { + 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor', + }, 'nameless' => { 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor', }, -- GitLab