From e0d22d889ba5117d77a965be24ef6df033644fbe Mon Sep 17 00:00:00 2001
From: Kieron Taylor <ktaylor@ebi.ac.uk>
Date: Wed, 9 Nov 2016 14:52:09 +0000
Subject: [PATCH] [ENSCORESW-2013] Supply missing SO term mapping for Karyotype
 Bands.

---
 modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm b/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm
index 89c98d631e..96f0f698c7 100644
--- a/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm
+++ b/modules/Bio/EnsEMBL/Utils/SequenceOntologyMapper.pm
@@ -154,6 +154,7 @@ my %feature_so_mapping =
    'Bio::EnsEMBL::Funcgen::RegulatoryFeature' => 'SO:0005836', # regulatory_region
    'Bio::EnsEMBL::DnaDnaAlignFeature' => 'SO:0000347', # nucleotide_match
    'Bio::EnsEMBL::DnaPepAlignFeature' => 'SO:0000349', # protein_match
+   'Bio::EnsEMBL::KaryotypeBand' => 'SO:0000450', # chromosome_band
   );
 
 
-- 
GitLab