From 1c96e1ff2be33745271d12f3f82153308207b8a0 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Mon, 11 Jul 2005 08:52:08 +0000
Subject: [PATCH] capital translation table

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3095 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 etc/options | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/etc/options b/etc/options
index 66c63263a..1c447a161 100644
--- a/etc/options
+++ b/etc/options
@@ -2,7 +2,7 @@
 
 # (Note that comment lines start with a hash (#) symbol)
 
-# $Header: //tmp/pathsoft/artemis/etc/options,v 1.20 2005-05-31 13:09:32 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.21 2005-07-11 08:52:08 tjc Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -88,25 +88,25 @@ genetic_codes = \
 
 # 1. standard code (default)
 translation_table_1 = \
-     f f l l \
-     s s s s \
-     y y # + \
-     c c * w \
+     F F L L \
+     S S S S \
+     Y Y # + \
+     C C * W \
              \
-     l l l l \
-     p p p p \
-     h h q q \
-     r r r r \
+     L L L L \
+     P P P P \
+     H H Q Q \
+     R R R R \
              \
-     i i i m \
-     t t t t \
-     n n k k \
-     s s r r \
+     I I I M \
+     T T T T \
+     N N K K \
+     S S R R \
              \
-     v v v v \
-     a a a a \
-     d d e e \
-     g g g g
+     V V V V \
+     A A A A \
+     D D E E \
+     G G G G
 
 start_codons_1 = atg
 
-- 
GitLab