-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
alphaspace2/functions.py:206, in getSASA(protein_snapshot, cover_atom_coords)
[205] out = np.zeros((1, xyz.shape[1]), dtype=np.float32)
--> [206] _geometry._sasa(xyz, radii, int(n_sphere_points), atom_mapping, out)
[207] return out[:, :protein_snapshot.xyz.shape[1]][0]
File mdtraj/geometry/src/_geometry.pyx:227, in mdtraj.geometry._geometry._sasa()
TypeError: _sasa() takes exactly 6 positional arguments (5 given)
_sasa function in mdtraj >= 1.10.1 takes exactly 6 positional arguments 1 but current version of AlphaSpace2 give only 5 arguments.
AlphaSpace2/alphaspace2/functions.py
Line 206 in 1283f73
| _geometry._sasa(xyz, radii, int(n_sphere_points), atom_mapping, out) |
The other argument is for atom selection 23
references
Footnotes
Metadata
Metadata
Assignees
Labels
No labels