/usr/share/massxpert/dictionaries/pdb-protein-to-mxp.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 | # Converts from code on the left of '>' to code on the right.
# The number of letters allowed in each code (left and right of '>')
# is described with the syntax "X>Y".
# There can be any number of sections delimited by the "X>Y"
string. Each section must be ended with the {END} marker.
3>1
ALA>A
CYS>C
ASP>D
GLU>E
PHE>F
GLY>G
HIS>H
ILE>I
LYS>K
LEU>L
MET>M
ASN>N
PRO>P
GLN>Q
ARG>R
SER>S
THR>T
VAL>V
TRP>W
TYR>Y
{END}
3>3
ALA>Ala
CYS>Cys
ASP>Asp
GLU>Glu
PHE>Phe
GLY>Gly
HIS>His
ILE>Ile
LYS>Lys
LEU>Leu
MET>Met
ASN>Asn
PRO>Pro
GLN>Gln
ARG>Arg
SER>Ser
THR>Thr
VAL>Val
TRP>Trp
TYR>Tyr
{END}
|