Mercurial > repos > chemteam > gmx_md
annotate md.xml @ 2:2e28934c1d8c draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit b1b74e91a242f2de250761a79b17d77e68b1045f"
author | chemteam |
---|---|
date | Fri, 30 Aug 2019 15:07:22 -0400 |
parents | 609d93596b61 |
children |
rev | line source |
---|---|
0
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
1 <tool id="gmx_md" name="GROMACS production simulation" version="@VERSION@"> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
2 <description>for data collection</description> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
3 <macros> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
4 <import>macros.xml</import> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
5 </macros> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
8 #if $mdp.mdpfile == "custom": |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
9 ln -s '$mdp.mdp_input' ./md.mdp && |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
10 #end if |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
11 #if $mdp.mdpfile == "default": |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
12 ln -s '$md' ./md.mdp && |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
13 #end if |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
14 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
15 ln -s '$gro_input' ./npt.gro && |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
16 ln -s '$cpt_input' ./npt.cpt && |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
17 ln -s '$top_input' ./top_input.top && |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
18 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
19 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
20 gmx grompp -f ./md.mdp -c ./npt.gro -t ./npt.cpt -p ./top_input.top -o md_0_1.tpr &>> verbose.txt && |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
21 gmx mdrun -deffnm md_0_1 &>> verbose.txt |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
22 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
23 #if $str == 'pdb' or $str == 'both' |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
24 && gmx editconf -f md_0_1.gro -o md_0_1.pdb &>> verbose.txt |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
25 #end if |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
26 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
27 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
28 ]]></command> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
29 <configfiles> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
30 <!-- .mdp file for the gromacs simulation --> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
31 <configfile name="md"> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
32 #if $mdp.mdpfile == 'default': |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
33 title = OPLS Lysozyme MD simulation |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
34 ; Run parameters |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
35 integrator = $mdp.integrator ; leap-frog integrator |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
36 nsteps = $mdp.md_steps ; 2 * 500000 = 1000 ps (1 ns) |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
37 dt = $mdp.step_length ; 2 fs |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
38 ; Output control |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
39 nstxout = $mdp.write_freq ; save coordinates every 10.0 ps |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
40 nstvout = $mdp.write_freq ; save velocities every 10.0 ps |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
41 nstenergy = $mdp.write_freq ; save energies every 10.0 ps |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
42 nstlog = $mdp.write_freq ; update log file every 10.0 ps |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
43 nstxout-compressed = $mdp.write_freq ; save compressed coordinates every 10.0 ps |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
44 ; nstxout-compressed replaces nstxtcout |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
45 compressed-x-grps = System ; group(s) to write to the compressed trajectory file |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
46 ; Bond parameters |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
47 continuation = yes ; Restarting after NPT |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
48 constraint_algorithm = lincs ; holonomic constraints |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
49 constraints = $mdp.constraints ; all bonds (even heavy atom-H bonds) constrained |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
50 lincs_iter = 1 ; accuracy of LINCS |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
51 lincs_order = 4 ; also related to accuracy |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
52 ; Neighborsearching |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
53 cutoff-scheme = $mdp.cutoffscheme |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
54 ns_type = grid ; search neighboring grid cells |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
55 nstlist = 10 ; 20 fs, largely irrelevant with Verlet scheme |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
56 rcoulomb = $mdp.rcoulomb ; Short-range electrostatic cut-off |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
57 rlist = $mdp.rlist ; Cut-off distance for the short-range neighbor list. |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
58 rvdw = $mdp.rvdw ; Short-range Van der Waals cut-off |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
59 ; Electrostatics |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
60 coulombtype = $mdp.coulombtype ; method for electrostatics calculations e.g. PME |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
61 pme_order = 4 ; cubic interpolation |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
62 fourierspacing = 0.16 ; grid spacing for FFT |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
63 ; Temperature coupling is on |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
64 tcoupl = V-rescale ; modified Berendsen thermostat |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
65 tc-grps = Protein Non-Protein ; two coupling groups - more accurate |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
66 tau_t = 0.1 0.1 ; time constant, in ps |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
67 ref_t = $mdp.temperature $mdp.temperature ; reference temperature, one for each group, in K |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
68 ; Pressure coupling is on |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
69 pcoupl = Parrinello-Rahman ; Pressure coupling on in NPT |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
70 pcoupltype = isotropic ; uniform scaling of box vectors |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
71 tau_p = 2.0 ; time constant, in ps |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
72 ref_p = 1.0 ; reference pressure, in bar |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
73 compressibility = 4.5e-5 ; isothermal compressibility of water, bar^-1 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
74 ; Periodic boundary conditions |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
75 pbc = xyz ; 3-D PBC |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
76 ; Dispersion correction |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
77 DispCorr = EnerPres ; account for cut-off vdW scheme |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
78 ; Velocity generation |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
79 gen_vel = no ; Velocity generation is off |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
80 #end if |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
81 </configfile> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
82 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
83 </configfiles> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
84 <inputs> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
85 <param argument="gro_input" type="data" format='gro' label="GRO structure file."/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
86 <param argument="top_input" type="data" format='top' label="Topology (TOP) file."/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
87 <param argument="cpt_input" type="data" format='cpt' label="Checkpoint (CPT) file from NVT run."/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
88 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
89 <expand macro="md_inputs"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
90 </inputs> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
91 <outputs> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
92 <data name="output1" format="gro" from_work_dir="md_0_1.gro"> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
93 <filter>str == 'gro' or str == 'both'</filter> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
94 </data> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
95 <data name="output2" format="pdb" from_work_dir="md_0_1.pdb"> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
96 <filter>str == 'pdb' or str == 'both'</filter> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
97 </data> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
98 <data name="output3" format="trr" from_work_dir="md_0_1.trr"> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
99 <filter>traj == 'trr' or traj == 'both'</filter> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
100 </data> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
101 <data name="output4" format="xtc" from_work_dir="md_0_1.xtc"> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
102 <filter>traj == 'xtc' or traj == 'both'</filter> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
103 </data> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
104 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
105 <data name="report" format="txt" from_work_dir="verbose.txt"> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
106 <filter>capture_log</filter> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
107 </data> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
108 </outputs> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
109 <tests> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
110 <test> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
111 <param name="gro_input" value="npt.gro" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
112 <param name="top_input" value="topol_solv.top" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
113 <param name="cpt_input" value="npt.cpt" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
114 <param name="traj" value="trr"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
115 <param name="str" value="both"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
116 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
117 <expand macro="test_params"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
118 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
119 <output name="output1" file="md_0_1.gro" ftype="gro" compare="sim_size"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
120 <output name="output2" file="md_0_1.pdb" ftype="pdb" compare="sim_size"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
121 <output name="output3" file="md_0_1.trr" ftype="trr" compare="sim_size"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
122 </test> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
123 <test> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
124 <param name="gro_input" value="npt.gro" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
125 <param name="top_input" value="topol_solv.top" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
126 <param name="cpt_input" value="npt.cpt" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
127 <param name="itp_input" value="posres.itp" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
128 <param name="traj" value="xtc"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
129 <param name="str" value="pdb"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
130 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
131 <expand macro="test_params"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
132 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
133 <output name="output2" file="md_0_1.pdb" ftype="pdb" compare="sim_size"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
134 <output name="output4" file="md_0_1.xtc" ftype="xtc" compare="sim_size"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
135 </test> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
136 <test> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
137 <param name="gro_input" value="npt.gro" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
138 <param name="top_input" value="topol_solv.top" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
139 <param name="cpt_input" value="npt.cpt" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
140 <param name="mdpfile" value="custom" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
141 <param name="mdp_input" value="md.mdp" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
142 <param name="traj" value="trr"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
143 <param name="str" value="gro"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
144 <output name="output1" file="md_0_1.gro" ftype="gro" compare="sim_size"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
145 <output name="output3" file="md_0_1.trr" ftype="trr" compare="sim_size"/> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
146 </test> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
147 </tests> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
148 <help><![CDATA[ |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
149 |
1
609d93596b61
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7ba07c3130a2170e8f91acc4a81f5626563a79eb
chemteam
parents:
0
diff
changeset
|
150 Upload GRO and TOP files for the production simulation, as well as the checkpoint (CPT) file from the NPT equilibration. To take advantage of all GROMACS features, upload an MDP file with simulation parameters. Otherwise, choose parameters through the Galaxy interface. See http://manual.gromacs.org/documentation/2018/user-guide/mdp-options.html for more information on the options. |
0
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
151 ]]></help> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
152 |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
153 <expand macro="citations" /> |
d97433b7d482
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 4546df85653df59e357c5865ac4e538ea71a3048
chemteam
parents:
diff
changeset
|
154 </tool> |