Commit c767ed1a authored by peastman's avatar peastman
Browse files

Fixed problems with POPC and POPE PDB files

parent 60b840e6
......@@ -334,8 +334,6 @@ class Topology(object):
toAtom = bond[1]
if fromAtom in atomMaps[fromResidue] and toAtom in atomMaps[toResidue]:
self.addBond(atomMaps[fromResidue][fromAtom], atomMaps[toResidue][toAtom])
elif name == 'POP':
print(fromAtom, toAtom)
def createDisulfideBonds(self, positions):
"""Identify disulfide bonds based on proximity and add them to the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment