We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdc2df commit 55c23f3Copy full SHA for 55c23f3
pyext/src/mldb/imp_tools.py
@@ -9,6 +9,7 @@
9
ff = IMP.atom.CHARMMParameters(IMP.atom.get_data_path("top_heav.lib"),
10
IMP.atom.get_data_path("par.lib"))
11
12
+
13
def get_backbone_particles(pdb):
14
m = IMP.Model()
15
rh = IMP.atom.read_pdb(pdb, m, IMP.atom.BackbonePDBSelector())
0 commit comments