Skip to content

Commit

Permalink
Minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed Feb 20, 2024
1 parent 996c5e2 commit 224ebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/openmm-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#pdb = PDBFile(sys.argv[1])
pdb = PDBFixer(sys.argv[1])
pdb.addMutations(mutationResidues='19', newResidues='ALA')
pdb.applyMutations(mutationResidues='19', newResidues='ALA')
pdb.findMissingResidues()
pdb.findNonstandardResidues()
pdb.replaceNonstandardResidues()
Expand Down

0 comments on commit 224ebd6

Please sign in to comment.