Commit b95d1830 by John Chodera (MSKCC)

Merge remote-tracking branch 'upstream/master' into pdbfixer-dev

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