Skip to content

Commit

Permalink
Minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
JLittlef committed Feb 19, 2024
1 parent 664bfcd commit 094d98d
Show file tree
Hide file tree
Showing 3 changed files with 9,179 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/openmm-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
pdb = PDBFile(sys.argv[1])
forcefield = ForceField('amber14-all.xml', 'amber14/tip3pfb.xml')
modeller = Modeller(pdb.topology, pdb.positions)
#modeller.deleteWater()
#residues=modeller.addHydrogens(forcefield)
modeller.deleteWater()
residues=modeller.addHydrogens(forcefield)
solvmol=int(sys.argv[4])
modeller.addSolvent(forcefield, numAdded=solvmol)
system = forcefield.createSystem(modeller.topology, nonbondedMethod=PME, nonbondedCutoff=1.0*nanometer, constraints=HBonds)
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// your workflow parameters
params {
inputFile = "./testdata/2JIE.pdb"
inputFile = "./testdata/7f1n.pdb"
resultsDir = "./results/"
}

Expand Down
Loading

0 comments on commit 094d98d

Please sign in to comment.