From 09b3a039fcb1590f0c55ad4bca1adaeaea1c66ca Mon Sep 17 00:00:00 2001
From: Kieron Taylor <ktaylor@ebi.ac.uk>
Date: Mon, 29 Jul 2013 12:38:49 +0000
Subject: [PATCH] Incorrect DBAdaptor invocation

---
 misc-scripts/xref_mapping/XrefMapper/db.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/xref_mapping/XrefMapper/db.pm b/misc-scripts/xref_mapping/XrefMapper/db.pm
index 60a1359e00..1409a45a0b 100644
--- a/misc-scripts/xref_mapping/XrefMapper/db.pm
+++ b/misc-scripts/xref_mapping/XrefMapper/db.pm
@@ -43,7 +43,7 @@ sub dbc{
 sub dba {
     my $self = shift;
     my $dbc = $self->dbc;
-    return Bio::EnsEMBL::DBSQL::DBAdaptor->new(-dbc => $dbc, -species => $self->species);
+    return Bio::EnsEMBL::DBSQL::DBAdaptor->new(-dbconn => $dbc, -species => $self->species);
 }
 
 =head2 dir
-- 
GitLab