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