Commit ba460803 by peastman

Merge pull request #78 from kyleabeauchamp/fixdoctest

Fix broken doctest in applyMutations
parents db272571 7d103321
...@@ -633,7 +633,7 @@ class PDBFixer(object): ...@@ -633,7 +633,7 @@ class PDBFixer(object):
Find nonstandard residues. Find nonstandard residues.
>>> fixer = PDBFixer(pdbid='1VII') >>> fixer = PDBFixer(pdbid='1VII')
>>> fixer.applyMutations(["ALA-57-GLY"]) >>> fixer.applyMutations(["ALA-57-GLY"], "A")
>>> fixer.findMissingResidues() >>> fixer.findMissingResidues()
>>> fixer.findMissingAtoms() >>> fixer.findMissingAtoms()
>>> fixer.addMissingAtoms() >>> fixer.addMissingAtoms()
......
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