Skip to content
Snippets Groups Projects
Commit 1c96e1ff authored by tjc's avatar tjc
Browse files

capital translation table

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3095 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 2a39969e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# (Note that comment lines start with a hash (#) symbol) # (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: # This file should contain option settings that look like this:
# #
...@@ -88,25 +88,25 @@ genetic_codes = \ ...@@ -88,25 +88,25 @@ genetic_codes = \
# 1. standard code (default) # 1. standard code (default)
translation_table_1 = \ translation_table_1 = \
f f l l \ F F L L \
s s s s \ S S S S \
y y # + \ Y Y # + \
c c * w \ C C * W \
\ \
l l l l \ L L L L \
p p p p \ P P P P \
h h q q \ H H Q Q \
r r r r \ R R R R \
\ \
i i i m \ I I I M \
t t t t \ T T T T \
n n k k \ N N K K \
s s r r \ S S R R \
\ \
v v v v \ V V V V \
a a a a \ A A A A \
d d e e \ D D E E \
g g g g G G G G
start_codons_1 = atg start_codons_1 = atg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment