From 39b3c8f0c426fe604ee4ccede35cc155e5118b73 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Tue, 27 Nov 2012 16:26:16 +0000
Subject: [PATCH] get_alt_attrib_codes was added as a fresh dependency. This
 module missed it. We return nothing for this a we don't have alt_attrib codes
 for variations

---
 modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm b/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm
index 41ba756e1a..c16f6d58b9 100644
--- a/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm
+++ b/modules/Bio/EnsEMBL/Pipeline/Production/SnpCount.pm
@@ -59,6 +59,12 @@ sub get_attrib_codes {
   return %attrib_codes;
 }
 
+# Blank as I don't think there are any alt attrib codes for this ATMO
+sub get_alt_attrib_codes {
+  my ($self) = @_;
+  return;
+}
+
 
 1;
 
-- 
GitLab