annotate macros.xml @ 5:35b314fe6c90 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 10f45d117e34624bceb32442742ae0b8eb2dae30"
author chemteam
date Wed, 30 Oct 2019 13:35:25 -0400
parents b43abebffad6
children c7bcae9fe040
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
1 <macros>
5
35b314fe6c90 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 10f45d117e34624bceb32442742ae0b8eb2dae30"
chemteam
parents: 4
diff changeset
2 <token name="@VERSION@">2019.1.2</token>
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
3 <xml name="requirements">
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
4 <requirements>
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
5 <requirement type="package" version="2019.1">gromacs</requirement>
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
6 </requirements>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
7 </xml>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
8 <xml name="citations">
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
9 <citations>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
10 <citation type="doi">10.1016/j.softx.2015.06.001</citation>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
11 </citations>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
12 </xml>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
13 <xml name="md_inputs">
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
14 <param argument="traj" type="select" label="Trajectory output">
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
15 <option value='none'>Return no trajectory output</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
16 <option value='xtc'>Return .xtc file (reduced precision)</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
17 <option value='trr'>Return .trr file (full precision)</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
18 <option value='both'>Return both .xtc and .trr files</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
19 </param>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
20
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
21 <param argument="str" type="select" label="Structure output">
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
22 <option value='none'>Return no structure output</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
23 <option value='gro'>Return .gro file</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
24 <option value='pdb'>Return .pdb file</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
25 <option value='both'>Return both .gro and .pdb files</option>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
26 </param>
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
27
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
28 <conditional name="mdp">
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
29 <param name="mdpfile" type="select" label="Parameter input">
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
30 <option value="custom">Upload own MDP file</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
31 <option value="default">Use default (partially customisable) setting</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
32 </param>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
33 <when value="custom">
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
34 <param argument="mdp_input" type="data" format='mdp' label="MD parameters (MDP) file (optional; default settings if not set)"/>
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
35 </when>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
36 <when value="default">
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
37 <param argument="integrator" type="select" label="Choice of integrator">
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
38 <option value="md">A leap-frog algorithm for integrating Newton's equations of motion.</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
39 <option value="sd">Stochastic dynamics integrator</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
40 <option value="bd">An Euler integrator for Brownian or position Langevin dynamics.</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
41 </param>
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
42 <param argument="constraints" type="select" label="Bond constraints (constraints)">
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
43 <option value="none">No constraints except for those defined explicitly in the topology (none).</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
44 <option value="h-bonds">Bonds with H-atoms. (h-bonds).</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
45 <option value="all-bonds">All bonds (all-bonds).</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
46 <option value="h-angles">Bonds and angles with H-atoms. (h-angles).</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
47 <option value="all-angles">All bonds and angles (all-angles).</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
48 </param>
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
49 <param argument="cutoffscheme" type="select" label="Neighbor searching">
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
50 <option value="Verlet">Generate a pair list with buffering.</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
51 <option value="group">Generate a pair list for groups of atoms.</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
52 </param>
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
53 <param argument="coulombtype" type="select" label="Electrostatics">
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
54 <option value="PME">Fast smooth Particle-Mesh Ewald (SPME) electrostatics.</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
55 <option value="P3M-AD">Particle-Particle Particle-Mesh algorithm with analytical derivative.</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
56 <option value="Reaction-Field-zero">Reaction field electrostatics.</option>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
57 </param>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
58
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
59 <param argument="temperature" type="integer" label="Temperature /K" value="0" min="0" max="1000000" help="Temperature" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
60 <param argument="step_length" type="float" label="Step length in ps" value="0" min="0.0001" max="1.0" help="Step length in ps." />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
61 <param argument="write_freq" type="integer" label="Number of steps that elapse between saving data points (velocities, forces, energies)" value="0" min="0" max="1000000" help="Step length in ps." />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
62 <param argument="rcoulomb" value="1.0" type="float" label="Distance for the Coulomb cut-off."/>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
63 <param argument="rlist" value="1.0" type="float" label="Cut-off distance for the short-range neighbor list. Ignored if the Verlet cutoff scheme is set."/>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
64 <param argument="rvdw" value="1.0" type="float" label="Short range van der Waals cutoff."/>
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
65 <param argument="md_steps" type="integer" label="Number of steps for the simulation" value="0" min="0" max="1000000" help="NPT steps" />
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
66
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
67 </when>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
68
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
69 </conditional>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
70
4
b43abebffad6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents: 3
diff changeset
71 <param name="capture_log" type="boolean" value="false" label="Generate detailed log" help="Generate detailed log information that can be summarized with ParseLog."/>
0
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
72
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
73
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
74 </xml>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
75
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
76
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
77 <xml name="test_params">
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
78 <param name="mdpfile" value="default" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
79 <param name="step_length" value="0.002"/>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
80 <param name="md_steps" value="500"/>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
81 <param name="write_freq" value="50"/>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
82 <param name="temperature" value="300"/>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
83 <param name="integrator" value="md" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
84 <param name="constraints" value="all-bonds"/>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
85 <param name="cutoffscheme" value="Verlet" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
86 <param name="coulombtype" value="PME" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
87 <param name="rlist" value="1.0" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
88 <param name="rcoulomb" value="1.0" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
89 <param name="rvdw" value="1.0" />
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
90 </xml>
644ca8dfdf28 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff changeset
91 </macros>