1 | src\bundles\add_charge\src\process_lib.py:60:6: SyntaxError: Expected a module name
|
---|
2 | |
|
---|
3 | 58 | return heavy_synonyms.get(heavy, [])
|
---|
4 | 59 |
|
---|
5 | 60 | from .5p_data import heavy_data, hyd_data
|
---|
6 | | ^
|
---|
7 | 61 | for lib in sys.argv[1:]:
|
---|
8 | 62 | f = open(lib, "r")
|
---|
9 | |
|
---|
10 |
|
---|
11 | src\bundles\add_charge\src\process_lib.py:60:8: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
12 | |
|
---|
13 | 58 | return heavy_synonyms.get(heavy, [])
|
---|
14 | 59 |
|
---|
15 | 60 | from .5p_data import heavy_data, hyd_data
|
---|
16 | | ^
|
---|
17 | 61 | for lib in sys.argv[1:]:
|
---|
18 | 62 | f = open(lib, "r")
|
---|
19 | |
|
---|
20 |
|
---|
21 | src\bundles\add_charge\src\process_lib.py:60:15: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
22 | |
|
---|
23 | 58 | return heavy_synonyms.get(heavy, [])
|
---|
24 | 59 |
|
---|
25 | 60 | from .5p_data import heavy_data, hyd_data
|
---|
26 | | ^
|
---|
27 | 61 | for lib in sys.argv[1:]:
|
---|
28 | 62 | f = open(lib, "r")
|
---|
29 | |
|
---|
30 |
|
---|
31 | src\bundles\alphafold\src\alphafold21_predict_colab.py:78:5: SyntaxError: Expected a statement
|
---|
32 | |
|
---|
33 | 77 | # The -x option logs each command with a prompt in front of it.
|
---|
34 | 78 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
35 | | ^
|
---|
36 | 79 | if _exit_code != 0:
|
---|
37 | 80 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
38 | |
|
---|
39 |
|
---|
40 | src\bundles\alphafold\src\alphafold21_predict_colab.py:78:14: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
41 | |
|
---|
42 | 77 | # The -x option logs each command with a prompt in front of it.
|
---|
43 | 78 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
44 | | ^
|
---|
45 | 79 | if _exit_code != 0:
|
---|
46 | 80 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
47 | |
|
---|
48 |
|
---|
49 | src\bundles\alphafold\src\alphafold21_predict_colab.py:78:46: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
50 | |
|
---|
51 | 77 | # The -x option logs each command with a prompt in front of it.
|
---|
52 | 78 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
53 | | ^
|
---|
54 | 79 | if _exit_code != 0:
|
---|
55 | 80 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
56 | |
|
---|
57 |
|
---|
58 | src\bundles\alphafold\src\alphafold21_predict_colab.py:78:48: SyntaxError: Expected an expression
|
---|
59 | |
|
---|
60 | 77 | # The -x option logs each command with a prompt in front of it.
|
---|
61 | 78 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
62 | | ^
|
---|
63 | 79 | if _exit_code != 0:
|
---|
64 | 80 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
65 | |
|
---|
66 |
|
---|
67 | src\bundles\alphafold\src\alphafold21_predict_colab.py:634:5: SyntaxError: Expected a statement
|
---|
68 | |
|
---|
69 | 633 | # Make a zip file of the predictions
|
---|
70 | 634 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
71 | | ^
|
---|
72 | 635 |
|
---|
73 | 636 | # Download predictions.
|
---|
74 | |
|
---|
75 |
|
---|
76 | src\bundles\alphafold\src\alphafold21_predict_colab.py:634:9: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
77 | |
|
---|
78 | 633 | # Make a zip file of the predictions
|
---|
79 | 634 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
80 | | ^
|
---|
81 | 635 |
|
---|
82 | 636 | # Download predictions.
|
---|
83 | |
|
---|
84 |
|
---|
85 | src\bundles\alphafold\src\alphafold21_predict_colab.py:634:35: SyntaxError: Expected an identifier
|
---|
86 | |
|
---|
87 | 633 | # Make a zip file of the predictions
|
---|
88 | 634 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
89 | | ^
|
---|
90 | 635 |
|
---|
91 | 636 | # Download predictions.
|
---|
92 | |
|
---|
93 |
|
---|
94 | src\bundles\alphafold\src\alphafold21_predict_colab.py:634:36: SyntaxError: Expected an identifier
|
---|
95 | |
|
---|
96 | 633 | # Make a zip file of the predictions
|
---|
97 | 634 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
98 | | ^
|
---|
99 | 635 |
|
---|
100 | 636 | # Download predictions.
|
---|
101 | |
|
---|
102 |
|
---|
103 | src\bundles\alphafold\src\alphafold21_predict_colab.py:634:50: SyntaxError: Expected an expression
|
---|
104 | |
|
---|
105 | 633 | # Make a zip file of the predictions
|
---|
106 | 634 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
107 | | ^
|
---|
108 | 635 |
|
---|
109 | 636 | # Download predictions.
|
---|
110 | 637 | from google.colab import files
|
---|
111 | |
|
---|
112 |
|
---|
113 | src\bundles\alphafold\src\alphafold22_predict_colab.py:80:5: SyntaxError: Expected a statement
|
---|
114 | |
|
---|
115 | 79 | # The -x option logs each command with a prompt in front of it.
|
---|
116 | 80 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
117 | | ^
|
---|
118 | 81 | if _exit_code != 0:
|
---|
119 | 82 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
120 | |
|
---|
121 |
|
---|
122 | src\bundles\alphafold\src\alphafold22_predict_colab.py:80:14: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
123 | |
|
---|
124 | 79 | # The -x option logs each command with a prompt in front of it.
|
---|
125 | 80 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
126 | | ^
|
---|
127 | 81 | if _exit_code != 0:
|
---|
128 | 82 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
129 | |
|
---|
130 |
|
---|
131 | src\bundles\alphafold\src\alphafold22_predict_colab.py:80:46: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
132 | |
|
---|
133 | 79 | # The -x option logs each command with a prompt in front of it.
|
---|
134 | 80 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
135 | | ^
|
---|
136 | 81 | if _exit_code != 0:
|
---|
137 | 82 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
138 | |
|
---|
139 |
|
---|
140 | src\bundles\alphafold\src\alphafold22_predict_colab.py:80:48: SyntaxError: Expected an expression
|
---|
141 | |
|
---|
142 | 79 | # The -x option logs each command with a prompt in front of it.
|
---|
143 | 80 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
144 | | ^
|
---|
145 | 81 | if _exit_code != 0:
|
---|
146 | 82 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
147 | |
|
---|
148 |
|
---|
149 | src\bundles\alphafold\src\alphafold22_predict_colab.py:679:5: SyntaxError: Expected a statement
|
---|
150 | |
|
---|
151 | 678 | # Make a zip file of the predictions
|
---|
152 | 679 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
153 | | ^
|
---|
154 | 680 |
|
---|
155 | 681 | # Download predictions.
|
---|
156 | |
|
---|
157 |
|
---|
158 | src\bundles\alphafold\src\alphafold22_predict_colab.py:679:9: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
159 | |
|
---|
160 | 678 | # Make a zip file of the predictions
|
---|
161 | 679 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
162 | | ^
|
---|
163 | 680 |
|
---|
164 | 681 | # Download predictions.
|
---|
165 | |
|
---|
166 |
|
---|
167 | src\bundles\alphafold\src\alphafold22_predict_colab.py:679:35: SyntaxError: Expected an identifier
|
---|
168 | |
|
---|
169 | 678 | # Make a zip file of the predictions
|
---|
170 | 679 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
171 | | ^
|
---|
172 | 680 |
|
---|
173 | 681 | # Download predictions.
|
---|
174 | |
|
---|
175 |
|
---|
176 | src\bundles\alphafold\src\alphafold22_predict_colab.py:679:36: SyntaxError: Expected an identifier
|
---|
177 | |
|
---|
178 | 678 | # Make a zip file of the predictions
|
---|
179 | 679 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
180 | | ^
|
---|
181 | 680 |
|
---|
182 | 681 | # Download predictions.
|
---|
183 | |
|
---|
184 |
|
---|
185 | src\bundles\alphafold\src\alphafold22_predict_colab.py:679:50: SyntaxError: Expected an expression
|
---|
186 | |
|
---|
187 | 678 | # Make a zip file of the predictions
|
---|
188 | 679 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
189 | | ^
|
---|
190 | 680 |
|
---|
191 | 681 | # Download predictions.
|
---|
192 | 682 | from google.colab import files
|
---|
193 | |
|
---|
194 |
|
---|
195 | src\bundles\alphafold\src\alphafold_predict_colab.py:76:5: SyntaxError: Expected a statement
|
---|
196 | |
|
---|
197 | 75 | # The -x option logs each command with a prompt in front of it.
|
---|
198 | 76 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
199 | | ^
|
---|
200 | 77 |
|
---|
201 | 78 | def install_hmmer(install_log = 'install_log.txt'):
|
---|
202 | |
|
---|
203 |
|
---|
204 | src\bundles\alphafold\src\alphafold_predict_colab.py:76:14: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
205 | |
|
---|
206 | 75 | # The -x option logs each command with a prompt in front of it.
|
---|
207 | 76 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
208 | | ^
|
---|
209 | 77 |
|
---|
210 | 78 | def install_hmmer(install_log = 'install_log.txt'):
|
---|
211 | |
|
---|
212 |
|
---|
213 | src\bundles\alphafold\src\alphafold_predict_colab.py:76:46: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
214 | |
|
---|
215 | 75 | # The -x option logs each command with a prompt in front of it.
|
---|
216 | 76 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
217 | | ^
|
---|
218 | 77 |
|
---|
219 | 78 | def install_hmmer(install_log = 'install_log.txt'):
|
---|
220 | |
|
---|
221 |
|
---|
222 | src\bundles\alphafold\src\alphafold_predict_colab.py:76:48: SyntaxError: Expected an expression
|
---|
223 | |
|
---|
224 | 75 | # The -x option logs each command with a prompt in front of it.
|
---|
225 | 76 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
226 | | ^
|
---|
227 | 77 |
|
---|
228 | 78 | def install_hmmer(install_log = 'install_log.txt'):
|
---|
229 | |
|
---|
230 |
|
---|
231 | src\bundles\alphafold\src\alphafold_predict_colab.py:567:5: SyntaxError: Expected a statement
|
---|
232 | |
|
---|
233 | 566 | # Make a zip file of the predictions
|
---|
234 | 567 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
235 | | ^
|
---|
236 | 568 |
|
---|
237 | 569 | # Download predictions.
|
---|
238 | |
|
---|
239 |
|
---|
240 | src\bundles\alphafold\src\alphafold_predict_colab.py:567:9: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
241 | |
|
---|
242 | 566 | # Make a zip file of the predictions
|
---|
243 | 567 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
244 | | ^
|
---|
245 | 568 |
|
---|
246 | 569 | # Download predictions.
|
---|
247 | |
|
---|
248 |
|
---|
249 | src\bundles\alphafold\src\alphafold_predict_colab.py:567:35: SyntaxError: Expected an identifier
|
---|
250 | |
|
---|
251 | 566 | # Make a zip file of the predictions
|
---|
252 | 567 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
253 | | ^
|
---|
254 | 568 |
|
---|
255 | 569 | # Download predictions.
|
---|
256 | |
|
---|
257 |
|
---|
258 | src\bundles\alphafold\src\alphafold_predict_colab.py:567:36: SyntaxError: Expected an identifier
|
---|
259 | |
|
---|
260 | 566 | # Make a zip file of the predictions
|
---|
261 | 567 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
262 | | ^
|
---|
263 | 568 |
|
---|
264 | 569 | # Download predictions.
|
---|
265 | |
|
---|
266 |
|
---|
267 | src\bundles\alphafold\src\alphafold_predict_colab.py:567:50: SyntaxError: Expected an expression
|
---|
268 | |
|
---|
269 | 566 | # Make a zip file of the predictions
|
---|
270 | 567 | !cd {output_dir} ; zip -q -r ../results.zip *
|
---|
271 | | ^
|
---|
272 | 568 |
|
---|
273 | 569 | # Download predictions.
|
---|
274 | 570 | from google.colab import files
|
---|
275 | |
|
---|
276 |
|
---|
277 | src\bundles\alphafold\src\colabfold_predict.py:168:3: SyntaxError: Expected a statement
|
---|
278 | |
|
---|
279 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
280 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
281 | | ^
|
---|
282 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
283 | |
|
---|
284 |
|
---|
285 | src\bundles\alphafold\src\colabfold_predict.py:168:12: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
286 | |
|
---|
287 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
288 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
289 | | ^
|
---|
290 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
291 | |
|
---|
292 |
|
---|
293 | src\bundles\alphafold\src\colabfold_predict.py:168:19: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
294 | |
|
---|
295 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
296 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
297 | | ^
|
---|
298 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
299 | |
|
---|
300 |
|
---|
301 | src\bundles\alphafold\src\colabfold_predict.py:168:30: SyntaxError: Expected an expression
|
---|
302 | |
|
---|
303 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
304 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
305 | | ^
|
---|
306 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
307 | |
|
---|
308 |
|
---|
309 | src\bundles\alphafold\src\colabfold_predict.py:168:35: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
310 | |
|
---|
311 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
312 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
313 | | ^
|
---|
314 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
315 | |
|
---|
316 |
|
---|
317 | src\bundles\alphafold\src\colabfold_predict.py:169:3: SyntaxError: Expected a statement
|
---|
318 | |
|
---|
319 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
320 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
321 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
322 | | ^
|
---|
323 | 170 |
|
---|
324 | 171 | # Make a zip file of the predictions
|
---|
325 | |
|
---|
326 |
|
---|
327 | src\bundles\alphafold\src\colabfold_predict.py:169:29: SyntaxError: Expected an expression
|
---|
328 | |
|
---|
329 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
330 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
331 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
332 | | ^
|
---|
333 | 170 |
|
---|
334 | 171 | # Make a zip file of the predictions
|
---|
335 | |
|
---|
336 |
|
---|
337 | src\bundles\alphafold\src\colabfold_predict.py:169:35: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
338 | |
|
---|
339 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
340 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
341 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
342 | | ^
|
---|
343 | 170 |
|
---|
344 | 171 | # Make a zip file of the predictions
|
---|
345 | |
|
---|
346 |
|
---|
347 | src\bundles\alphafold\src\colabfold_predict.py:172:3: SyntaxError: Expected a statement
|
---|
348 | |
|
---|
349 | 171 | # Make a zip file of the predictions
|
---|
350 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
351 | | ^
|
---|
352 | 173 |
|
---|
353 | 174 | # Download predictions.
|
---|
354 | |
|
---|
355 |
|
---|
356 | src\bundles\alphafold\src\colabfold_predict.py:172:14: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
357 | |
|
---|
358 | 171 | # Make a zip file of the predictions
|
---|
359 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
360 | | ^
|
---|
361 | 173 |
|
---|
362 | 174 | # Download predictions.
|
---|
363 | |
|
---|
364 |
|
---|
365 | src\bundles\alphafold\src\colabfold_predict.py:172:26: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
366 | |
|
---|
367 | 171 | # Make a zip file of the predictions
|
---|
368 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
369 | | ^
|
---|
370 | 173 |
|
---|
371 | 174 | # Download predictions.
|
---|
372 | |
|
---|
373 |
|
---|
374 | src\bundles\alphafold\src\colabfold_predict.py:172:39: SyntaxError: Expected an expression
|
---|
375 | |
|
---|
376 | 171 | # Make a zip file of the predictions
|
---|
377 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
378 | | ^
|
---|
379 | 173 |
|
---|
380 | 174 | # Download predictions.
|
---|
381 | |
|
---|
382 |
|
---|
383 | src\bundles\alphafold\src\colabfold_predict.py:172:45: SyntaxError: Expected an expression
|
---|
384 | |
|
---|
385 | 171 | # Make a zip file of the predictions
|
---|
386 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
387 | | ^
|
---|
388 | 173 |
|
---|
389 | 174 | # Download predictions.
|
---|
390 | |
|
---|
391 |
|
---|
392 | src\bundles\alphafold\src\colabfold_predict.py:172:52: SyntaxError: Expected an expression
|
---|
393 | |
|
---|
394 | 171 | # Make a zip file of the predictions
|
---|
395 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
396 | | ^
|
---|
397 | 173 |
|
---|
398 | 174 | # Download predictions.
|
---|
399 | |
|
---|
400 |
|
---|
401 | src\bundles\alphafold\src\colabfold_predict.py:172:58: SyntaxError: Expected an expression
|
---|
402 | |
|
---|
403 | 171 | # Make a zip file of the predictions
|
---|
404 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
405 | | ^
|
---|
406 | 173 |
|
---|
407 | 174 | # Download predictions.
|
---|
408 | |
|
---|
409 |
|
---|
410 | src\bundles\alphafold\src\colabfold_predict.py:172:63: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
411 | |
|
---|
412 | 171 | # Make a zip file of the predictions
|
---|
413 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
414 | | ^
|
---|
415 | 173 |
|
---|
416 | 174 | # Download predictions.
|
---|
417 | |
|
---|
418 |
|
---|
419 | src\bundles\alphafold\src\colabfold_predict.py:172:76: SyntaxError: Expected an expression
|
---|
420 | |
|
---|
421 | 171 | # Make a zip file of the predictions
|
---|
422 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
423 | | ^
|
---|
424 | 173 |
|
---|
425 | 174 | # Download predictions.
|
---|
426 | |
|
---|
427 |
|
---|
428 | src\bundles\alphafold\src\colabfold_predict.py:195:20: SyntaxError: Expected an expression
|
---|
429 | |
|
---|
430 | 193 | #
|
---|
431 | 194 | def report_gpu_type():
|
---|
432 | 195 | gpu_name_lines = !nvidia-smi --format=csv,noheader --query-gpu=name
|
---|
433 | | ^
|
---|
434 | 196 | gpu_name = gpu_name_lines[0]
|
---|
435 | 197 | print(f'Using {gpu_name} graphics processor')
|
---|
436 | |
|
---|
437 |
|
---|
438 | src\bundles\alphafold\src\colabfold_predict.py:195:21: SyntaxError: Invalid assignment target
|
---|
439 | |
|
---|
440 | 193 | #
|
---|
441 | 194 | def report_gpu_type():
|
---|
442 | 195 | gpu_name_lines = !nvidia-smi --format=csv,noheader --query-gpu=name
|
---|
443 | | ^
|
---|
444 | 196 | gpu_name = gpu_name_lines[0]
|
---|
445 | 197 | print(f'Using {gpu_name} graphics processor')
|
---|
446 | |
|
---|
447 |
|
---|
448 | src\bundles\alphafold\src\colabfold_predict.py:195:45: SyntaxError: Invalid assignment target
|
---|
449 | |
|
---|
450 | 193 | #
|
---|
451 | 194 | def report_gpu_type():
|
---|
452 | 195 | gpu_name_lines = !nvidia-smi --format=csv,noheader --query-gpu=name
|
---|
453 | | ^
|
---|
454 | 196 | gpu_name = gpu_name_lines[0]
|
---|
455 | 197 | print(f'Using {gpu_name} graphics processor')
|
---|
456 | |
|
---|
457 |
|
---|
458 | src\bundles\alphafold\src\colabfold_predict.py:222:3: SyntaxError: Expected a statement
|
---|
459 | |
|
---|
460 | 220 | occur if different sequences are run when computing MSA.
|
---|
461 | 221 | '''
|
---|
462 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
463 | | ^
|
---|
464 | 223 |
|
---|
465 | 224 | # ================================================================================================
|
---|
466 | |
|
---|
467 |
|
---|
468 | src\bundles\alphafold\src\colabfold_predict.py:222:12: SyntaxError: Expected an expression
|
---|
469 | |
|
---|
470 | 220 | occur if different sequences are run when computing MSA.
|
---|
471 | 221 | '''
|
---|
472 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
473 | | ^
|
---|
474 | 223 |
|
---|
475 | 224 | # ================================================================================================
|
---|
476 | |
|
---|
477 |
|
---|
478 | src\bundles\alphafold\src\colabfold_predict.py:222:18: SyntaxError: Expected an expression
|
---|
479 | |
|
---|
480 | 220 | occur if different sequences are run when computing MSA.
|
---|
481 | 221 | '''
|
---|
482 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
483 | | ^
|
---|
484 | 223 |
|
---|
485 | 224 | # ================================================================================================
|
---|
486 | |
|
---|
487 |
|
---|
488 | src\bundles\alphafold\src\colabfold_predict.py:222:34: SyntaxError: Expected an expression
|
---|
489 | |
|
---|
490 | 220 | occur if different sequences are run when computing MSA.
|
---|
491 | 221 | '''
|
---|
492 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
493 | | ^
|
---|
494 | 223 |
|
---|
495 | 224 | # ================================================================================================
|
---|
496 | |
|
---|
497 |
|
---|
498 | src\bundles\alphafold\src\colabfold_predict.py:222:40: SyntaxError: Expected an expression
|
---|
499 | |
|
---|
500 | 220 | occur if different sequences are run when computing MSA.
|
---|
501 | 221 | '''
|
---|
502 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
503 | | ^
|
---|
504 | 223 |
|
---|
505 | 224 | # ================================================================================================
|
---|
506 | |
|
---|
507 |
|
---|
508 | src\bundles\alphafold\src\colabfold_predict.py:222:46: SyntaxError: Expected an expression
|
---|
509 | |
|
---|
510 | 220 | occur if different sequences are run when computing MSA.
|
---|
511 | 221 | '''
|
---|
512 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
513 | | ^
|
---|
514 | 223 |
|
---|
515 | 224 | # ================================================================================================
|
---|
516 | |
|
---|
517 |
|
---|
518 | src\bundles\alphafold\src\colabfold_predict.py:222:52: SyntaxError: Expected an expression
|
---|
519 | |
|
---|
520 | 220 | occur if different sequences are run when computing MSA.
|
---|
521 | 221 | '''
|
---|
522 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
523 | | ^
|
---|
524 | 223 |
|
---|
525 | 224 | # ================================================================================================
|
---|
526 | |
|
---|
527 |
|
---|
528 | src\bundles\alphafold\src\colabfold_predict.py:222:58: SyntaxError: Expected an expression
|
---|
529 | |
|
---|
530 | 220 | occur if different sequences are run when computing MSA.
|
---|
531 | 221 | '''
|
---|
532 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
533 | | ^
|
---|
534 | 223 |
|
---|
535 | 224 | # ================================================================================================
|
---|
536 | |
|
---|
537 |
|
---|
538 | src\bundles\alphafold\src\colabfold_predict.py:305:3: SyntaxError: Expected a statement
|
---|
539 | |
|
---|
540 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
541 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
542 | | ^
|
---|
543 | 306 | if _exit_code != 0:
|
---|
544 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
545 | |
|
---|
546 |
|
---|
547 | src\bundles\alphafold\src\colabfold_predict.py:305:12: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
548 | |
|
---|
549 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
550 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
551 | | ^
|
---|
552 | 306 | if _exit_code != 0:
|
---|
553 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
554 | |
|
---|
555 |
|
---|
556 | src\bundles\alphafold\src\colabfold_predict.py:305:44: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
557 | |
|
---|
558 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
559 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
560 | | ^
|
---|
561 | 306 | if _exit_code != 0:
|
---|
562 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
563 | |
|
---|
564 |
|
---|
565 | src\bundles\alphafold\src\colabfold_predict.py:305:46: SyntaxError: Expected an expression
|
---|
566 | |
|
---|
567 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
568 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
569 | | ^
|
---|
570 | 306 | if _exit_code != 0:
|
---|
571 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
572 | |
|
---|
573 |
|
---|
574 | src\bundles\alphafold\src\colabfold_predict_test.py:168:3: SyntaxError: Expected a statement
|
---|
575 | |
|
---|
576 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
577 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
578 | | ^
|
---|
579 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
580 | |
|
---|
581 |
|
---|
582 | src\bundles\alphafold\src\colabfold_predict_test.py:168:12: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
583 | |
|
---|
584 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
585 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
586 | | ^
|
---|
587 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
588 | |
|
---|
589 |
|
---|
590 | src\bundles\alphafold\src\colabfold_predict_test.py:168:19: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
591 | |
|
---|
592 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
593 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
594 | | ^
|
---|
595 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
596 | |
|
---|
597 |
|
---|
598 | src\bundles\alphafold\src\colabfold_predict_test.py:168:30: SyntaxError: Expected an expression
|
---|
599 | |
|
---|
600 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
601 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
602 | | ^
|
---|
603 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
604 | |
|
---|
605 |
|
---|
606 | src\bundles\alphafold\src\colabfold_predict_test.py:168:35: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
607 | |
|
---|
608 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
609 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
610 | | ^
|
---|
611 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
612 | |
|
---|
613 |
|
---|
614 | src\bundles\alphafold\src\colabfold_predict_test.py:169:3: SyntaxError: Expected a statement
|
---|
615 | |
|
---|
616 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
617 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
618 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
619 | | ^
|
---|
620 | 170 |
|
---|
621 | 171 | # Make a zip file of the predictions
|
---|
622 | |
|
---|
623 |
|
---|
624 | src\bundles\alphafold\src\colabfold_predict_test.py:169:29: SyntaxError: Expected an expression
|
---|
625 | |
|
---|
626 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
627 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
628 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
629 | | ^
|
---|
630 | 170 |
|
---|
631 | 171 | # Make a zip file of the predictions
|
---|
632 | |
|
---|
633 |
|
---|
634 | src\bundles\alphafold\src\colabfold_predict_test.py:169:35: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
635 | |
|
---|
636 | 167 | relax = 'relaxed' if energy_minimize else 'unrelaxed'
|
---|
637 | 168 | !cp -p *_{relax}_rank_001_*.pdb best_model.pdb
|
---|
638 | 169 | !cp -p *_scores_rank_001_*.json best_model_pae.json
|
---|
639 | | ^
|
---|
640 | 170 |
|
---|
641 | 171 | # Make a zip file of the predictions
|
---|
642 | |
|
---|
643 |
|
---|
644 | src\bundles\alphafold\src\colabfold_predict_test.py:172:3: SyntaxError: Expected a statement
|
---|
645 | |
|
---|
646 | 171 | # Make a zip file of the predictions
|
---|
647 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
648 | | ^
|
---|
649 | 173 |
|
---|
650 | 174 | # Download predictions.
|
---|
651 | |
|
---|
652 |
|
---|
653 | src\bundles\alphafold\src\colabfold_predict_test.py:172:14: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
654 | |
|
---|
655 | 171 | # Make a zip file of the predictions
|
---|
656 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
657 | | ^
|
---|
658 | 173 |
|
---|
659 | 174 | # Download predictions.
|
---|
660 | |
|
---|
661 |
|
---|
662 | src\bundles\alphafold\src\colabfold_predict_test.py:172:26: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
663 | |
|
---|
664 | 171 | # Make a zip file of the predictions
|
---|
665 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
666 | | ^
|
---|
667 | 173 |
|
---|
668 | 174 | # Download predictions.
|
---|
669 | |
|
---|
670 |
|
---|
671 | src\bundles\alphafold\src\colabfold_predict_test.py:172:39: SyntaxError: Expected an expression
|
---|
672 | |
|
---|
673 | 171 | # Make a zip file of the predictions
|
---|
674 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
675 | | ^
|
---|
676 | 173 |
|
---|
677 | 174 | # Download predictions.
|
---|
678 | |
|
---|
679 |
|
---|
680 | src\bundles\alphafold\src\colabfold_predict_test.py:172:45: SyntaxError: Expected an expression
|
---|
681 | |
|
---|
682 | 171 | # Make a zip file of the predictions
|
---|
683 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
684 | | ^
|
---|
685 | 173 |
|
---|
686 | 174 | # Download predictions.
|
---|
687 | |
|
---|
688 |
|
---|
689 | src\bundles\alphafold\src\colabfold_predict_test.py:172:52: SyntaxError: Expected an expression
|
---|
690 | |
|
---|
691 | 171 | # Make a zip file of the predictions
|
---|
692 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
693 | | ^
|
---|
694 | 173 |
|
---|
695 | 174 | # Download predictions.
|
---|
696 | |
|
---|
697 |
|
---|
698 | src\bundles\alphafold\src\colabfold_predict_test.py:172:58: SyntaxError: Expected an expression
|
---|
699 | |
|
---|
700 | 171 | # Make a zip file of the predictions
|
---|
701 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
702 | | ^
|
---|
703 | 173 |
|
---|
704 | 174 | # Download predictions.
|
---|
705 | |
|
---|
706 |
|
---|
707 | src\bundles\alphafold\src\colabfold_predict_test.py:172:63: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
708 | |
|
---|
709 | 171 | # Make a zip file of the predictions
|
---|
710 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
711 | | ^
|
---|
712 | 173 |
|
---|
713 | 174 | # Download predictions.
|
---|
714 | |
|
---|
715 |
|
---|
716 | src\bundles\alphafold\src\colabfold_predict_test.py:172:76: SyntaxError: Expected an expression
|
---|
717 | |
|
---|
718 | 171 | # Make a zip file of the predictions
|
---|
719 | 172 | !zip -q -r results.zip query.fasta *.csv *.json *.a3m *.pdb cite.bibtex *.png *log.txt
|
---|
720 | | ^
|
---|
721 | 173 |
|
---|
722 | 174 | # Download predictions.
|
---|
723 | |
|
---|
724 |
|
---|
725 | src\bundles\alphafold\src\colabfold_predict_test.py:195:20: SyntaxError: Expected an expression
|
---|
726 | |
|
---|
727 | 193 | #
|
---|
728 | 194 | def report_gpu_type():
|
---|
729 | 195 | gpu_name_lines = !nvidia-smi --format=csv,noheader --query-gpu=name
|
---|
730 | | ^
|
---|
731 | 196 | gpu_name = gpu_name_lines[0]
|
---|
732 | 197 | print(f'Using {gpu_name} graphics processor')
|
---|
733 | |
|
---|
734 |
|
---|
735 | src\bundles\alphafold\src\colabfold_predict_test.py:195:21: SyntaxError: Invalid assignment target
|
---|
736 | |
|
---|
737 | 193 | #
|
---|
738 | 194 | def report_gpu_type():
|
---|
739 | 195 | gpu_name_lines = !nvidia-smi --format=csv,noheader --query-gpu=name
|
---|
740 | | ^
|
---|
741 | 196 | gpu_name = gpu_name_lines[0]
|
---|
742 | 197 | print(f'Using {gpu_name} graphics processor')
|
---|
743 | |
|
---|
744 |
|
---|
745 | src\bundles\alphafold\src\colabfold_predict_test.py:195:45: SyntaxError: Invalid assignment target
|
---|
746 | |
|
---|
747 | 193 | #
|
---|
748 | 194 | def report_gpu_type():
|
---|
749 | 195 | gpu_name_lines = !nvidia-smi --format=csv,noheader --query-gpu=name
|
---|
750 | | ^
|
---|
751 | 196 | gpu_name = gpu_name_lines[0]
|
---|
752 | 197 | print(f'Using {gpu_name} graphics processor')
|
---|
753 | |
|
---|
754 |
|
---|
755 | src\bundles\alphafold\src\colabfold_predict_test.py:222:3: SyntaxError: Expected a statement
|
---|
756 | |
|
---|
757 | 220 | occur if different sequences are run when computing MSA.
|
---|
758 | 221 | '''
|
---|
759 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
760 | | ^
|
---|
761 | 223 |
|
---|
762 | 224 | # ================================================================================================
|
---|
763 | |
|
---|
764 |
|
---|
765 | src\bundles\alphafold\src\colabfold_predict_test.py:222:12: SyntaxError: Expected an expression
|
---|
766 | |
|
---|
767 | 220 | occur if different sequences are run when computing MSA.
|
---|
768 | 221 | '''
|
---|
769 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
770 | | ^
|
---|
771 | 223 |
|
---|
772 | 224 | # ================================================================================================
|
---|
773 | |
|
---|
774 |
|
---|
775 | src\bundles\alphafold\src\colabfold_predict_test.py:222:18: SyntaxError: Expected an expression
|
---|
776 | |
|
---|
777 | 220 | occur if different sequences are run when computing MSA.
|
---|
778 | 221 | '''
|
---|
779 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
780 | | ^
|
---|
781 | 223 |
|
---|
782 | 224 | # ================================================================================================
|
---|
783 | |
|
---|
784 |
|
---|
785 | src\bundles\alphafold\src\colabfold_predict_test.py:222:34: SyntaxError: Expected an expression
|
---|
786 | |
|
---|
787 | 220 | occur if different sequences are run when computing MSA.
|
---|
788 | 221 | '''
|
---|
789 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
790 | | ^
|
---|
791 | 223 |
|
---|
792 | 224 | # ================================================================================================
|
---|
793 | |
|
---|
794 |
|
---|
795 | src\bundles\alphafold\src\colabfold_predict_test.py:222:40: SyntaxError: Expected an expression
|
---|
796 | |
|
---|
797 | 220 | occur if different sequences are run when computing MSA.
|
---|
798 | 221 | '''
|
---|
799 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
800 | | ^
|
---|
801 | 223 |
|
---|
802 | 224 | # ================================================================================================
|
---|
803 | |
|
---|
804 |
|
---|
805 | src\bundles\alphafold\src\colabfold_predict_test.py:222:46: SyntaxError: Expected an expression
|
---|
806 | |
|
---|
807 | 220 | occur if different sequences are run when computing MSA.
|
---|
808 | 221 | '''
|
---|
809 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
810 | | ^
|
---|
811 | 223 |
|
---|
812 | 224 | # ================================================================================================
|
---|
813 | |
|
---|
814 |
|
---|
815 | src\bundles\alphafold\src\colabfold_predict_test.py:222:52: SyntaxError: Expected an expression
|
---|
816 | |
|
---|
817 | 220 | occur if different sequences are run when computing MSA.
|
---|
818 | 221 | '''
|
---|
819 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
820 | | ^
|
---|
821 | 223 |
|
---|
822 | 224 | # ================================================================================================
|
---|
823 | |
|
---|
824 |
|
---|
825 | src\bundles\alphafold\src\colabfold_predict_test.py:222:58: SyntaxError: Expected an expression
|
---|
826 | |
|
---|
827 | 220 | occur if different sequences are run when computing MSA.
|
---|
828 | 221 | '''
|
---|
829 | 222 | !rm -rf *.pdb *.json *_ *_env *.zip *.csv *.png *.a3m *.fasta
|
---|
830 | | ^
|
---|
831 | 223 |
|
---|
832 | 224 | # ================================================================================================
|
---|
833 | |
|
---|
834 |
|
---|
835 | src\bundles\alphafold\src\colabfold_predict_test.py:305:3: SyntaxError: Expected a statement
|
---|
836 | |
|
---|
837 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
838 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
839 | | ^
|
---|
840 | 306 | if _exit_code != 0:
|
---|
841 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
842 | |
|
---|
843 |
|
---|
844 | src\bundles\alphafold\src\colabfold_predict_test.py:305:12: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
845 | |
|
---|
846 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
847 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
848 | | ^
|
---|
849 | 306 | if _exit_code != 0:
|
---|
850 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
851 | |
|
---|
852 |
|
---|
853 | src\bundles\alphafold\src\colabfold_predict_test.py:305:44: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
854 | |
|
---|
855 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
856 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
857 | | ^
|
---|
858 | 306 | if _exit_code != 0:
|
---|
859 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
860 | |
|
---|
861 |
|
---|
862 | src\bundles\alphafold\src\colabfold_predict_test.py:305:46: SyntaxError: Expected an expression
|
---|
863 | |
|
---|
864 | 304 | # The -x option logs each command with a prompt in front of it.
|
---|
865 | 305 | !bash -x "{filename}" >> "{install_log}" 2>&1
|
---|
866 | | ^
|
---|
867 | 306 | if _exit_code != 0:
|
---|
868 | 307 | raise RuntimeError('Error running shell script %s, output in log file %s'
|
---|
869 | |
|
---|
870 |
|
---|
871 | src\bundles\atomic\src\structure.py:865:20: NPY201 [*] `np.in1d` will be removed in NumPy 2.0. Use `numpy.isin` instead.
|
---|
872 | |
|
---|
873 | 863 | from numpy import unique, in1d
|
---|
874 | 864 | sel_rids = unique(rids[asel])
|
---|
875 | 865 | ares = in1d(rids, sel_rids)
|
---|
876 | | ^^^^ NPY201
|
---|
877 | 866 | if ares.sum() > na:
|
---|
878 | 867 | # Promote to entire residues
|
---|
879 | |
|
---|
880 | = help: Replace with `numpy.isin`
|
---|
881 |
|
---|
882 | src\bundles\atomic\src\structure.py:873:23: NPY201 [*] `np.in1d` will be removed in NumPy 2.0. Use `numpy.isin` instead.
|
---|
883 | |
|
---|
884 | 871 | ssids = r.secondary_structure_ids
|
---|
885 | 872 | sel_ssids = unique(ssids[asel])
|
---|
886 | 873 | ass = in1d(ssids, sel_ssids)
|
---|
887 | | ^^^^ NPY201
|
---|
888 | 874 | if ass.sum() > na:
|
---|
889 | 875 | # Promote to secondary structure
|
---|
890 | |
|
---|
891 | = help: Replace with `numpy.isin`
|
---|
892 |
|
---|
893 | src\bundles\atomic\src\structure.py:887:30: NPY201 [*] `np.in1d` will be removed in NumPy 2.0. Use `numpy.isin` instead.
|
---|
894 | |
|
---|
895 | 885 | cids = array(r.chain_ids)
|
---|
896 | 886 | sel_cids = unique(cids[asel])
|
---|
897 | 887 | ac = in1d(cids, sel_cids)
|
---|
898 | | ^^^^ NPY201
|
---|
899 | 888 | if ac.sum() > na:
|
---|
900 | 889 | # Promote to entire chains
|
---|
901 | |
|
---|
902 | = help: Replace with `numpy.isin`
|
---|
903 |
|
---|
904 | src\bundles\atomic\src\structure.py:1038:20: NPY201 [*] `np.in1d` will be removed in NumPy 2.0. Use `numpy.isin` instead.
|
---|
905 | |
|
---|
906 | 1036 | from numpy import in1d, invert
|
---|
907 | 1037 | matched_chain_ids = atoms.filter(a).unique_chain_ids
|
---|
908 | 1038 | mask = in1d(atoms.chain_ids, matched_chain_ids)
|
---|
909 | | ^^^^ NPY201
|
---|
910 | 1039 | if '<' in operator:
|
---|
911 | 1040 | expand_by = atoms.filter(mask)
|
---|
912 | |
|
---|
913 | = help: Replace with `numpy.isin`
|
---|
914 |
|
---|
915 | src\bundles\map_data\src\arrays.py:256:12: NPY201 [*] `np.product` will be removed in NumPy 2.0. Use `numpy.prod` instead.
|
---|
916 | |
|
---|
917 | 254 | for k in range(size[2]):
|
---|
918 | 255 | indices[k,:,:,2] = k
|
---|
919 | 256 | volume = product(size)
|
---|
920 | | ^^^^^^^ NPY201
|
---|
921 | 257 | indices = reshape(indices, (volume, 3))
|
---|
922 | 258 | return indices
|
---|
923 | |
|
---|
924 | = help: Replace with `numpy.prod`
|
---|
925 |
|
---|
926 | src\bundles\map_data\src\readarray.py:233:13: NPY201 [*] `np.product` will be removed in NumPy 2.0. Use `numpy.prod` instead.
|
---|
927 | |
|
---|
928 | 231 | vtype = dtype(value_type)
|
---|
929 | 232 | tsize = vtype.itemsize
|
---|
930 | 233 | bytes = product(size, dtype=float64)*float(tsize)
|
---|
931 | | ^^^^^^^ NPY201
|
---|
932 | 234 | mbytes = bytes / 2**20
|
---|
933 | 235 | sz = ','.join(['%d' % s for s in size])
|
---|
934 | |
|
---|
935 | = help: Replace with `numpy.prod`
|
---|
936 |
|
---|
937 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\sample.py:38:9: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
938 | |
|
---|
939 | 37 | if len(sys.argv)!=2:
|
---|
940 | 38 | print "Missing file argument\nUsage: sample.py FILE"
|
---|
941 | | ^
|
---|
942 | 39 | sys.exit()
|
---|
943 | |
|
---|
944 |
|
---|
945 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\sample.py:44:11: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
946 | |
|
---|
947 | 42 | x=xdrfile(sys.argv[1])
|
---|
948 | 43 | for f in x: #iterates frames
|
---|
949 | 44 | print "%8s %8s %8s %8s Step: %8d "%("Atom","X","Y","Z",f.step) #print header
|
---|
950 | | ^
|
---|
951 | 45 | for i,a in enumerate(f.x): #iterate atoms
|
---|
952 | 46 | print "%8d %8.1f %8.1f %8.1f"%(i+1,a[0],a[1],a[2]) #print atom number, x, y, z
|
---|
953 | |
|
---|
954 |
|
---|
955 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\sample.py:46:13: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
956 | |
|
---|
957 | 44 | print "%8s %8s %8s %8s Step: %8d "%("Atom","X","Y","Z",f.step) #print header
|
---|
958 | 45 | for i,a in enumerate(f.x): #iterate atoms
|
---|
959 | 46 | print "%8d %8.1f %8.1f %8.1f"%(i+1,a[0],a[1],a[2]) #print atom number, x, y, z
|
---|
960 | | ^
|
---|
961 | |
|
---|
962 |
|
---|
963 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:49:35: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
964 | |
|
---|
965 | 47 | def test(fn):
|
---|
966 | 48 | x=xdrfile(fn)
|
---|
967 | 49 | if x.natoms != natoms1: print "natoms != natoms1",x.natoms,natoms1
|
---|
968 | | ^
|
---|
969 | 50 | for k,f in enumerate(x):
|
---|
970 | 51 | if f.step != step1+k: print "incorrect step",f.step,step1+k,k
|
---|
971 | |
|
---|
972 |
|
---|
973 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:51:37: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
974 | |
|
---|
975 | 49 | if x.natoms != natoms1: print "natoms != natoms1",x.natoms,natoms1
|
---|
976 | 50 | for k,f in enumerate(x):
|
---|
977 | 51 | if f.step != step1+k: print "incorrect step",f.step,step1+k,k
|
---|
978 | | ^
|
---|
979 | 52 | if fabs(f.time-time1-k) > toler: print "incorrect time",f.time,time1+k
|
---|
980 | 53 | if not x.mode&mTrr and fabs(f.prec-prec1) > toler: print "incorrect precision",f.prec,prec1
|
---|
981 | |
|
---|
982 |
|
---|
983 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:52:48: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
984 | |
|
---|
985 | 50 | for k,f in enumerate(x):
|
---|
986 | 51 | if f.step != step1+k: print "incorrect step",f.step,step1+k,k
|
---|
987 | 52 | if fabs(f.time-time1-k) > toler: print "incorrect time",f.time,time1+k
|
---|
988 | | ^
|
---|
989 | 53 | if not x.mode&mTrr and fabs(f.prec-prec1) > toler: print "incorrect precision",f.prec,prec1
|
---|
990 | 54 | if x.mode&mTrr and fabs(f.lam-lam1) > toler: print "incorrect lambda",f.lam,lam1
|
---|
991 | |
|
---|
992 |
|
---|
993 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:53:66: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
994 | |
|
---|
995 | 51 | if f.step != step1+k: print "incorrect step",f.step,step1+k,k
|
---|
996 | 52 | if fabs(f.time-time1-k) > toler: print "incorrect time",f.time,time1+k
|
---|
997 | 53 | if not x.mode&mTrr and fabs(f.prec-prec1) > toler: print "incorrect precision",f.prec,prec1
|
---|
998 | | ^
|
---|
999 | 54 | if x.mode&mTrr and fabs(f.lam-lam1) > toler: print "incorrect lambda",f.lam,lam1
|
---|
1000 | 55 | for i in range(DIM):
|
---|
1001 | |
|
---|
1002 |
|
---|
1003 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:54:60: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
1004 | |
|
---|
1005 | 52 | if fabs(f.time-time1-k) > toler: print "incorrect time",f.time,time1+k
|
---|
1006 | 53 | if not x.mode&mTrr and fabs(f.prec-prec1) > toler: print "incorrect precision",f.prec,prec1
|
---|
1007 | 54 | if x.mode&mTrr and fabs(f.lam-lam1) > toler: print "incorrect lambda",f.lam,lam1
|
---|
1008 | | ^
|
---|
1009 | 55 | for i in range(DIM):
|
---|
1010 | 56 | for j in range(DIM):
|
---|
1011 | |
|
---|
1012 |
|
---|
1013 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:57:66: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
1014 | |
|
---|
1015 | 55 | for i in range(DIM):
|
---|
1016 | 56 | for j in range(DIM):
|
---|
1017 | 57 | if fabs(f.box[i][j] - box1[i][j]) > toler: print "box incorrect",f.box[i][j],box1[i][j]
|
---|
1018 | | ^
|
---|
1019 | 58 | for i in range(x.natoms):
|
---|
1020 | 59 | for j in range(DIM):
|
---|
1021 | |
|
---|
1022 |
|
---|
1023 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:61:56: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
1024 | |
|
---|
1025 | 59 | for j in range(DIM):
|
---|
1026 | 60 | target = (i+1)*3.7 + (j+1)
|
---|
1027 | 61 | if f.x[i][j] - target > toler : print "x incorrect"
|
---|
1028 | | ^
|
---|
1029 | 62 | print fn,"OK"
|
---|
1030 | |
|
---|
1031 |
|
---|
1032 | src\bundles\md_crds\gromacs\xdrfile-1.1.4\src\python\xdrfile_test.py:62:11: SyntaxError: Simple statements must be separated by newlines or semicolons
|
---|
1033 | |
|
---|
1034 | 60 | target = (i+1)*3.7 + (j+1)
|
---|
1035 | 61 | if f.x[i][j] - target > toler : print "x incorrect"
|
---|
1036 | 62 | print fn,"OK"
|
---|
1037 | | ^
|
---|
1038 | 63 |
|
---|
1039 | 64 | test("../test.trr")
|
---|
1040 | |
|
---|
1041 |
|
---|
1042 | src\bundles\std_commands\src\align.py:312:37: NPY201 [*] `np.in1d` will be removed in NumPy 2.0. Use `numpy.isin` instead.
|
---|
1043 | |
|
---|
1044 | 310 | for s, a in atoms.by_structure:
|
---|
1045 | 311 | satoms = s.atoms
|
---|
1046 | 312 | catoms.append(satoms.filter(in1d(satoms.chain_ids, a.unique_chain_ids)))
|
---|
1047 | | ^^^^ NPY201
|
---|
1048 | 313 | from chimerax.atomic import concatenate, Atoms
|
---|
1049 | 314 | return concatenate(catoms, Atoms)
|
---|
1050 | |
|
---|
1051 | = help: Replace with `numpy.isin`
|
---|
1052 |
|
---|
1053 | src\bundles\std_commands\src\sym.py:447:16: NPY201 [*] `np.in1d` will be removed in NumPy 2.0. Use `numpy.isin` instead.
|
---|
1054 | |
|
---|
1055 | 445 | mmcif_cids = mmcif_chain_ids(atoms, self.from_mmcif)
|
---|
1056 | 446 | from numpy import in1d, logical_not
|
---|
1057 | 447 | mask = in1d(mmcif_cids, chain_ids)
|
---|
1058 | | ^^^^ NPY201
|
---|
1059 | 448 | included_atoms = atoms.filter(mask)
|
---|
1060 | 449 | logical_not(mask,mask)
|
---|
1061 | |
|
---|
1062 | = help: Replace with `numpy.isin`
|
---|
1063 |
|
---|
1064 | Found 113 errors.
|
---|
1065 | [*] 8 fixable with the `--fix` option.
|
---|