# HG changeset patch # User fmercuri # Date 1624870669 0 # Node ID c581846ec2cb470334235be9d9e4fc9508e61402 Uploaded diff -r 000000000000 -r c581846ec2cb minim.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/minim.xml Mon Jun 28 08:57:49 2021 +0000 @@ -0,0 +1,168 @@ + + of the system prior to equilibration and production MD + + macros.xml + 0 + + + + + > verbose.txt && + gmx mdrun -nt "\${GALAXY_SLOTS:-4}" -deffnm em &>> verbose.txt + + ]]> + + + + #if $mdp.mdpfile == 'default': + ; minim.mdp - used as input into grompp to generate em.tpr + integrator = $mdp.integrator ; Algorithm (steep = steepest descent minimization) + emtol = $mdp.emtol ; Stop minimization when the maximum force is less than this value + emstep = $mdp.emstep ; Energy step size + nsteps = $mdp.md_steps ; Maximum number of (minimization) steps to perform + + ; Parameters describing how to find the neighbors of each atom and how to calculate the interactions + nstlist = 1 ; Frequency to update the neighbor list and long range forces + cutoff-scheme = $mdp.cutoffscheme + ns_type = grid ; Method to determine neighbor list (simple, grid) + coulombtype = $mdp.coulombtype ; Treatment of long range electrostatic interactions + rcoulomb = $mdp.rcoulomb ; Short-range electrostatic cut-off + rlist = $mdp.rlist ; Cut-off distance for the short-range neighbor list. + rvdw = $mdp.rvdw ; Short-range Van der Waals cut-off + pbc = xyz ; Periodic Boundary Conditions (yes/no) + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +