You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I cannot use the WaterBridgeAnalysis class in the hydrogen bond analysis module. When I execute the following script
import MDAnalysis
import MDAnalysis.analysis.hbonds
u = MDAnalysis.Universe('step5_assembly.xplor_ext_JSR.psf', 'runMD500ns_stride50.dcd')
w = MDAnalysis.analysis.hbonds.WaterBridgeAnalysis(u, 'resname ARG', 'resname ASP')
w.run()
I get:
AttributeError: 'module' object has no attribute 'WaterBridgeAnalysis'
I can use other classes in the module (e.g. HydrogenBondAnalysis), and I do see all the necessary source files in my distribution (I installed MDAnalysis 0.18.0-py2.7 in Mac OS 10.13.6 using Conda).
Any ideas?
Thanks,
Xavier
The text was updated successfully, but these errors were encountered:
Hi all,
I cannot use the WaterBridgeAnalysis class in the hydrogen bond analysis module. When I execute the following script
I get:
I can use other classes in the module (e.g. HydrogenBondAnalysis), and I do see all the necessary source files in my distribution (I installed MDAnalysis 0.18.0-py2.7 in Mac OS 10.13.6 using Conda).
Any ideas?
Thanks,
Xavier
The text was updated successfully, but these errors were encountered: