From 4be4d0869ef86ef9f0ba38c418a3b629c6450a7f Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Wed, 30 Oct 2013 14:46:31 +0000
Subject: [PATCH] [ENSCORESW-735]. Bad syntax. Missed the > in hash interaction

---
 modules/Bio/EnsEMBL/SimpleFeature.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/SimpleFeature.pm b/modules/Bio/EnsEMBL/SimpleFeature.pm
index 4ac4880e84..156b494d4b 100644
--- a/modules/Bio/EnsEMBL/SimpleFeature.pm
+++ b/modules/Bio/EnsEMBL/SimpleFeature.pm
@@ -181,7 +181,7 @@ sub summary_as_hash {
   $hash->{score} = $self->score() if $self->score();
   $hash->{'external_name'} = $self->display_label() if $self->display_label();
   $hash->{'logic_name'} = $self->analysis->logic_name();
-  delete $hash-{ID};
+  delete $hash->{ID};
   return $hash;
 }
 
-- 
GitLab