/usr/share/massxpert/dictionaries/codon-to-protein-3.dic is in massxpert-data 3.2.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | # Converts input code on the left of '>' to output code on the right.
# Number of letters allowed in each code is described with syntax i>o
# (input>output).
3>1
# Uncomment strictCodeLength if the input codes must have the exact
# number of characters as given by the i>o directive.
strictCodeLength
# Uncomment if the input monomer codes must abide by the rule that the
# first character is uppercase and the following ones are
# lowercase. This directive does *not* apply when strictCodeLength is
# not set (as the case of the characters are the only hint as to which
# length the code is actually.
#strictCodeCase
GCT>Ala
GCC>Ala
GCA>Ala
GCG>Ala
TGT>Cys
TGC>Cys
GAT>Asp
GAC>Asp
GAA>Glu
GAG>Glu
TTT>Phe
TTC>Phe
GGT>Gly
GGC>Gly
GGA>Gly
GGG>Gly
CAT>His
CAC>His
ATT>Ile
ATC>Ile
ATA>Ile
AAA>Lys
AAG>Lys
TTA>Leu
TTG>Leu
CTT>Leu
CTC>Leu
CTA>Leu
CTG>Leu
ATG>Met
AAT>Asn
AAC>Asn
CCT>Pro
CCC>Pro
CCA>Pro
CCG>Pro
CAA>Gln
CAG>Gln
CGT>Arg
CGC>Arg
CGA>Arg
CGG>Arg
AGT>Ser
AGC>Ser
ACT>Thr
ACC>Thr
ACA>Thr
ACG>Thr
GTT>Val
GTC>Val
GTA>Val
GTG>Val
TGG>Trp
TAT>Tyr
TAC>Tyr
|