From 3e68f3188a2c17de2a64cb5e3f04215d4430ef83 Mon Sep 17 00:00:00 2001 From: jb16 <jb16> Date: Fri, 11 Jul 2008 09:47:25 +0000 Subject: [PATCH] Changed back to use pipeline. So far it should use and old version of the pipeline code as change it to use ensembl-analysis breaks other dependencies. --- modules/Bio/EnsEMBL/Hive/Extensions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Hive/Extensions.pm b/modules/Bio/EnsEMBL/Hive/Extensions.pm index f302b20f9..4a47d35da 100755 --- a/modules/Bio/EnsEMBL/Hive/Extensions.pm +++ b/modules/Bio/EnsEMBL/Hive/Extensions.pm @@ -41,7 +41,7 @@ use Bio::EnsEMBL::Utils::Exception; use Bio::EnsEMBL::Analysis; use Bio::EnsEMBL::DBSQL::DBConnection; use Bio::EnsEMBL::DBSQL::AnalysisAdaptor; -use Bio::EnsEMBL::Analysis::RunnableDB; +use Bio::EnsEMBL::Pipeline::RunnableDB; #use Bio::EnsEMBL::Analysis::RunnableDB; -- GitLab