forked from vitzwitz/matching-functions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathA_1a4s_1_2_1_8.py
215 lines (189 loc) · 14.9 KB
/
A_1a4s_1_2_1_8.py
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
'''
FUNC:A_1a4s_1_2_1_8
PDB:1a4s
EC:1.2.1.8
RESI:asn,glu,cys
LOCI:a-166,263,297;
'''
import motifFunctions as cmd
import time as t
A_1a4s_1_2_1_8 = {}
matrices = {}
# glu = ['CB', 'CG', 'CD', 'OE1', 'OE2', 'O', 'C', 'CA', 'N']
# cys = ['CB', 'SG', 'O', 'C', 'CA', 'N']
# asn = ['CB', 'CG', 'OD1', 'ND2', 'O', 'C', 'CA', 'N']
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. CB&r. glu'%(d*8.79))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. CG&r. glu'%(d*9.87))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. CD&r. glu'%(d*9.67))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. OE1&r. glu'%(d*8.65))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. OE2&r. glu'%(d*10.70))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. O&r. glu'%(d*8.10))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. C&r. glu'%(d*8.26))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. CA&r. glu'%(d*9.12))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. N&r. glu'%(d*10.47))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. CB&r. glu'%(d*8.47))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. CG&r. glu'%(d*9.28))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. CD&r. glu'%(d*8.88))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. OE1&r. glu'%(d*7.89))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. OE2&r. glu'%(d*9.76))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. O&r. glu'%(d*8.52))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. C&r. glu'%(d*8.61))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. CA&r. glu'%(d*9.13))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. N&r. glu'%(d*10.51))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. CB&r. glu'%(d*11.14))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. CG&r. glu'%(d*12.15))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. CD&r. glu'%(d*11.72))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. OE1&r. glu'%(d*10.52))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. OE2&r. glu'%(d*12.68))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. O&r. glu'%(d*10.37))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. C&r. glu'%(d*10.24))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. CA&r. glu'%(d*11.13))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. N&r. glu'%(d*12.51))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. CB&r. glu'%(d*10.74))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. CG&r. glu'%(d*11.71))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. CD&r. glu'%(d*11.25))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. OE1&r. glu'%(d*10.08))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. OE2&r. glu'%(d*12.18))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. O&r. glu'%(d*10.17))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. C&r. glu'%(d*10.12))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. CA&r. glu'%(d*10.93))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. N&r. glu'%(d*12.33))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. CB&r. glu'%(d*10.30))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. CG&r. glu'%(d*11.37))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. CD&r. glu'%(d*11.11))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. OE1&r. glu'%(d*10.03))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. OE2&r. glu'%(d*12.10))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. O&r. glu'%(d*9.49))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. C&r. glu'%(d*9.64))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. CA&r. glu'%(d*10.56))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. N&r. glu'%(d*11.90))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. CB&r. glu'%(d*11.10))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. CG&r. glu'%(d*12.11))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. CD&r. glu'%(d*11.85))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. OE1&r. glu'%(d*10.84))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. OE2&r. glu'%(d*12.79))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. O&r. glu'%(d*10.39))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. C&r. glu'%(d*10.67))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. CA&r. glu'%(d*11.53))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. N&r. glu'%(d*12.86))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. CB&r. asn'%(d*9.29))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. CG&r. asn'%(d*8.02))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. OD1&r. asn'%(d*8.20))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. ND2&r. asn'%(d*6.93))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. O&r. asn'%(d*11.33))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. C&r. asn'%(d*10.89))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. CA&r. asn'%(d*10.55))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. cys w. %s of n. N&r. asn'%(d*10.82))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. CB&r. asn'%(d*9.35))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. CG&r. asn'%(d*7.99))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. OD1&r. asn'%(d*8.06))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. ND2&r. asn'%(d*6.98))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. O&r. asn'%(d*10.87))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. C&r. asn'%(d*10.49))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. CA&r. asn'%(d*10.44))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. SG&r. cys w. %s of n. N&r. asn'%(d*10.80))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. CB&r. asn'%(d*11.57))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. CG&r. asn'%(d*10.57))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. OD1&r. asn'%(d*11.04))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. ND2&r. asn'%(d*9.32))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. O&r. asn'%(d*13.61))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. C&r. asn'%(d*13.40))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. CA&r. asn'%(d*12.99))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. cys w. %s of n. N&r. asn'%(d*13.46))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. CB&r. asn'%(d*10.64))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. CG&r. asn'%(d*9.60))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. OD1&r. asn'%(d*10.06))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. ND2&r. asn'%(d*8.33))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. O&r. asn'%(d*12.53))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. C&r. asn'%(d*12.33))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. CA&r. asn'%(d*12.02))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. cys w. %s of n. N&r. asn'%(d*12.54))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. CB&r. asn'%(d*9.28))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. CG&r. asn'%(d*8.22))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. OD1&r. asn'%(d*8.67))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. ND2&r. asn'%(d*6.98))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. O&r. asn'%(d*11.35))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. C&r. asn'%(d*11.07))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. CA&r. asn'%(d*10.67))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. cys w. %s of n. N&r. asn'%(d*11.12))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. CB&r. asn'%(d*8.19))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. CG&r. asn'%(d*7.24))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. OD1&r. asn'%(d*7.87))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. ND2&r. asn'%(d*5.94))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. O&r. asn'%(d*10.09))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. C&r. asn'%(d*9.93))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. CA&r. asn'%(d*9.59))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. cys w. %s of n. N&r. asn'%(d*10.22))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. CB&r. asn'%(d*13.49))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. CG&r. asn'%(d*12.01))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. OD1&r. asn'%(d*11.27))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. ND2&r. asn'%(d*11.70))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. O&r. asn'%(d*15.05))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. C&r. asn'%(d*14.17))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. CA&r. asn'%(d*14.06))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CB&r. glu w. %s of n. N&r. asn'%(d*13.61))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. CB&r. asn'%(d*14.47))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. CG&r. asn'%(d*12.97))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. OD1&r. asn'%(d*12.19))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. ND2&r. asn'%(d*12.69))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. O&r. asn'%(d*15.76))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. C&r. asn'%(d*14.91))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. CA&r. asn'%(d*14.95))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CG&r. glu w. %s of n. N&r. asn'%(d*14.53))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. CB&r. asn'%(d*14.74))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. CG&r. asn'%(d*13.23))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. OD1&r. asn'%(d*12.55))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. ND2&r. asn'%(d*12.82))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. O&r. asn'%(d*15.89))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. C&r. asn'%(d*15.16))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. CA&r. asn'%(d*15.29))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CD&r. glu w. %s of n. N&r. asn'%(d*15.03))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. CB&r. asn'%(d*14.23))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. CG&r. asn'%(d*12.72))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. OD1&r. asn'%(d*12.15))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. ND2&r. asn'%(d*12.18))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. O&r. asn'%(d*15.49))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. C&r. asn'%(d*14.81))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. CA&r. asn'%(d*14.90))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE1&r. glu w. %s of n. N&r. asn'%(d*14.74))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. CB&r. asn'%(d*15.59))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. CG&r. asn'%(d*14.09))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. OD1&r. asn'%(d*13.39))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. ND2&r. asn'%(d*13.71))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. O&r. asn'%(d*16.53))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. C&r. asn'%(d*15.83))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. CA&r. asn'%(d*16.07))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. OE2&r. glu w. %s of n. N&r. asn'%(d*15.84))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. CB&r. asn'%(d*12.55))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. CG&r. asn'%(d*11.17))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. OD1&r. asn'%(d*10.52))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. ND2&r. asn'%(d*10.88))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. O&r. asn'%(d*14.67))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. C&r. asn'%(d*13.71))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. CA&r. asn'%(d*13.25))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. O&r. glu w. %s of n. N&r. asn'%(d*12.67))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. CB&r. asn'%(d*13.44))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. CG&r. asn'%(d*12.02))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. OD1&r. asn'%(d*11.42))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. ND2&r. asn'%(d*11.61))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. O&r. asn'%(d*15.49))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. C&r. asn'%(d*14.58))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. CA&r. asn'%(d*14.19))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. C&r. glu w. %s of n. N&r. asn'%(d*13.70))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. CB&r. asn'%(d*14.25))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. CG&r. asn'%(d*12.79))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. OD1&r. asn'%(d*12.11))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. ND2&r. asn'%(d*12.43))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. O&r. asn'%(d*16.06))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. C&r. asn'%(d*15.16))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. CA&r. asn'%(d*14.91))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. CA&r. glu w. %s of n. N&r. asn'%(d*14.43))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. CB&r. asn'%(d*15.15))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. CG&r. asn'%(d*13.72))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. OD1&r. asn'%(d*12.96))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. ND2&r. asn'%(d*13.47))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. O&r. asn'%(d*16.96))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. C&r. asn'%(d*15.99))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. CA&r. asn'%(d*15.71))
cmd.select(A_1a4s_1_2_1_8, matrices, 'n. N&r. glu w. %s of n. N&r. asn'%(d*15.10))
cmd.detect(matrices, A_1a4s_1_2_1_8)