Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
•
d940adf
1
Parent(s):
c4a8f54
Update utils/helpers.py
Browse files- utils/helpers.py +1 -1
utils/helpers.py
CHANGED
@@ -109,7 +109,7 @@ def get_all_metalbinding_resids(pdb_file):
|
|
109 |
"""
|
110 |
|
111 |
try:
|
112 |
-
prot = Molecule(
|
113 |
except:
|
114 |
exit("could not read file")
|
115 |
prot.filter("protein")
|
|
|
109 |
"""
|
110 |
|
111 |
try:
|
112 |
+
prot = Molecule('files/2CBA.pdb')
|
113 |
except:
|
114 |
exit("could not read file")
|
115 |
prot.filter("protein")
|