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 eda5bd4 commit 395e392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added bin/mutant_maker.py
Empty file.
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.applyMutations(mutationResidues='19', newResidues='ALA')
pdb.addMutations(mutationChain='A', mutationResidues='19', newResidues='ALA')
pdb.findMissingResidues()
pdb.findNonstandardResidues()
pdb.replaceNonstandardResidues()
Expand Down

0 comments on commit 395e392

Please sign in to comment.