From aa4c9ce1a28c8efa44105b4c21e4d5684d2819f7 Mon Sep 17 00:00:00 2001
From: Graham McVicker <mcvicker@sanger.ac.uk>
Date: Tue, 6 Jul 2004 15:00:32 +0000
Subject: [PATCH] selenocystein -> selenocysteine

---
 modules/t/translation.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/t/translation.t b/modules/t/translation.t
index 2715ad9529..63e3d7b2da 100644
--- a/modules/t/translation.t
+++ b/modules/t/translation.t
@@ -163,8 +163,8 @@ $tr->edits_enabled(1);
 my $sc = Bio::EnsEMBL::SeqEdit->new(-START   => 2,
                                     -END     => 2,
                                     -ALT_SEQ => 'U',
-                                    -CODE    => '_selenocystein',
-                                    -NAME    => 'Selenocystein');
+                                    -CODE    => '_selenocysteine',
+                                    -NAME    => 'Selenocysteine');
 
 $tr->translation->add_Attributes( $sc->get_Attribute() );
 
-- 
GitLab