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)
_sasafunction inmdtraj >= 1.10.1takes exactly 6 positional arguments 1 but current version ofAlphaSpace2give only 5 arguments.AlphaSpace2/alphaspace2/functions.py
Line 206 in 1283f73
The other argument is for atom selection 23
references
Footnotes
https://github.com/mdtraj/mdtraj/commit/add7203c68e8bd5055a1c1b28f542d8201a78dae#diff-5a1784ea36dbe910493f987abd625219b2a93cfcda4159d2021c4f3546f35606L294-R310 ↩
https://github.com/mdtraj/mdtraj/releases/tag/1.10.1 ↩
https://github.com/mdtraj/mdtraj/pull/1844 ↩