Skip to content

Commit

Permalink
Minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed Feb 15, 2024
1 parent 8994423 commit 4ec9a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/openmm-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
modeller = Modeller(pdb.topology, pdb.positions)
modeller.deleteWater()
residues=modeller.addHydrogens(forcefield)
modeller.addSolvent(forcefield, numAdded=sys.argv[4], padding=1.0*nanometer)
modeller.addSolvent(forcefield, numAdded=sys.argv[4])
system = forcefield.createSystem(modeller.topology, nonbondedMethod=PME, nonbondedCutoff=1.0*nanometer, constraints=HBonds)
integrator = LangevinMiddleIntegrator(sys.argv[2]*kelvin, 1/picosecond, 0.004*picoseconds)
simulation = Simulation(modeller.topology, system, integrator)
Expand Down
2 changes: 1 addition & 1 deletion containers/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- conda-forge
dependencies:
- git
- python=3.7
- python>=3.8
- docopt
- procps-ng
- openmm
Expand Down

0 comments on commit 4ec9a12

Please sign in to comment.