Mercurial > repos > chemteam > gmx_em
annotate minim.xml @ 13:f5d979cb4b54 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit ab7232ec03a3361f808f5a0be0828e0f7fbd376d"
author | chemteam |
---|---|
date | Mon, 23 Nov 2020 10:47:01 +0000 |
parents | 55918daa5651 |
children | d532b7e5f64b |
rev | line source |
---|---|
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
1 <tool id="gmx_em" name="GROMACS energy minimization" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
2 <description>of the system prior to equilibration and production MD</description> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
3 <macros> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
4 <import>macros.xml</import> |
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
5 <token name="@GALAXY_VERSION@">0</token> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
6 </macros> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
7 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
8 <expand macro="requirements" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
9 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
11 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
12 #if $mdp.mdpfile == 'custom': |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
13 ln -s '$mdp.mdp_input' ./minim.mdp && |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
14 #else: |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
15 ln -s '$minim' ./minim.mdp && |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
16 #end if |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
17 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
18 ln -s '$gro_input' ./solv_ions.gro && |
911eb71ccd1f
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 && |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
20 |
2
ea7b9183bf30
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7ba07c3130a2170e8f91acc4a81f5626563a79eb
chemteam
parents:
0
diff
changeset
|
21 gmx grompp -f ./minim.mdp -c ./solv_ions.gro -r ./solv_ions.gro -p ./top_input.top -o em.tpr &>> verbose.txt && |
7
8d4c8a79eadd
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 43df863472247b5da304627b6b863c47ab7d02fa"
chemteam
parents:
6
diff
changeset
|
22 gmx mdrun -nt "\${GALAXY_SLOTS:-4}" -deffnm em &>> verbose.txt |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
23 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
24 ]]></command> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
25 <configfiles> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
26 <!-- .mdp files for the gromacs simulation --> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
27 <configfile name="minim"> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
28 #if $mdp.mdpfile == 'default': |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
29 ; minim.mdp - used as input into grompp to generate em.tpr |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
30 integrator = $mdp.integrator ; Algorithm (steep = steepest descent minimization) |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
31 emtol = $mdp.emtol ; Stop minimization when the maximum force is less than this value |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
32 emstep = $mdp.emstep ; Energy step size |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
33 nsteps = $mdp.md_steps ; Maximum number of (minimization) steps to perform |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
34 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
35 ; Parameters describing how to find the neighbors of each atom and how to calculate the interactions |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
36 nstlist = 1 ; Frequency to update the neighbor list and long range forces |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
37 cutoff-scheme = $mdp.cutoffscheme |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
38 ns_type = grid ; Method to determine neighbor list (simple, grid) |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
39 coulombtype = $mdp.coulombtype ; Treatment of long range electrostatic interactions |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
40 rcoulomb = $mdp.rcoulomb ; Short-range electrostatic cut-off |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
41 rlist = $mdp.rlist ; Cut-off distance for the short-range neighbor list. |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
42 rvdw = $mdp.rvdw ; Short-range Van der Waals cut-off |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
43 pbc = xyz ; Periodic Boundary Conditions (yes/no) |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
44 #end if |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
45 </configfile> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
46 </configfiles> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
47 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
48 <inputs> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
49 <param argument="gro_input" type="data" format='gro' label="GRO structure file."/> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
50 <param argument="top_input" type="data" format='top' label="Topology (TOP) file."/> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
51 <conditional name="mdp"> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
52 <param name="mdpfile" type="select" label="Parameter input"> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
53 <option value="custom">Upload own MDP file</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
54 <option value="default">Use default (partially customisable) setting</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
55 </param> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
56 <when value="custom"> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
57 <param argument="mdp_input" type="data" format='mdp' label="MD parameters (MDP) file (optional; default settings if not set)."/> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
58 </when> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
59 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
60 <when value="default"> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
61 <param argument="integrator" type="select" label="Choice of integrator."> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
62 <option value="steep">Steepest descent algorithm.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
63 <option value="cg">Conjugate gradient algorithm.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
64 <option value="l-bfgs">Quasi-Newtonian algorithm.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
65 </param> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
66 <param argument="cutoffscheme" type="select" label="Neighbor searching."> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
67 <option value="Verlet">Generate a pair list with buffering.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
68 <option value="group">Generate a pair list for groups of atoms.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
69 </param> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
70 <param argument="coulombtype" type="select" label="Electrostatics."> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
71 <option value="PME">Fast smooth Particle-Mesh Ewald (SPME) electrostatics.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
72 <option value="P3M-AD">Particle-Particle Particle-Mesh algorithm with analytical derivative.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
73 <option value="Reaction-Field-zero">Reaction field electrostatics.</option> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
74 </param> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
75 <param argument="rcoulomb" value="1.0" type="float" label="Distance for the Coulomb cut-off."/> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
76 <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."/> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
77 <param argument="rvdw" value="1.0" type="float" label="Short range van der Waals cutoff."/> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
78 <param argument="md_steps" type="integer" label="Number of steps for the MD simulation" value="0" min="0" max="1000000" help="MD steps" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
79 <param argument="emtol" type="float" label="EM tolerance" value="0" min="0" max="10000" help="The minimization is converged when the maximum force is smaller than this value" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
80 <param argument="emstep" type="float" label="Maximum step size /nm" value="0.01" min="0.0001" max="1.0" help="Initial step size in nm." /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
81 </when> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
82 </conditional> |
6
6b79ed3d924d
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit a71d03531d57b87b5e3ce40ee7d974fbe53a1dfa"
chemteam
parents:
4
diff
changeset
|
83 <expand macro="log" /> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
84 </inputs> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
85 <outputs> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
86 <data name="output1" format="gro" from_work_dir="em.gro"/> |
11
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
87 <data name="output2" format="edr" from_work_dir="em.edr"/> |
6
6b79ed3d924d
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit a71d03531d57b87b5e3ce40ee7d974fbe53a1dfa"
chemteam
parents:
4
diff
changeset
|
88 <expand macro="log_outputs" /> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
89 </outputs> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
90 <tests> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
91 <test> |
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
92 <param name="gro_input" value="str_ions.gro" /> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
93 <param name="top_input" value="topol_solv.top" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
94 <param name="mdpfile" value="default" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
95 <param name="integrator" value="steep" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
96 <param name="cutoffscheme" value="Verlet" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
97 <param name="coulombtype" value="PME" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
98 <param name="rcoulomb" value="1.0" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
99 <param name="rlist" value="1.0" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
100 <param name="md_steps" value="50000" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
101 <param name="emtol" value="1000.0" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
102 <param name="emstep" value="0.01" /> |
11
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
103 <output name="output1" ftype="gro" > |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
104 <assert_contents> |
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
105 <has_size value="4281" /> |
11
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
106 </assert_contents> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
107 </output> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
108 <output name="output2" ftype="edr" > |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
109 <assert_contents> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
110 <!-- this binary can vary in size a lot unfortunately --> |
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
111 <has_size value="5000" delta="1000" /> |
11
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
112 </assert_contents> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
113 </output> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
114 </test> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
115 <test> |
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
116 <param name="gro_input" value="str_ions.gro" /> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
117 <param name="top_input" value="topol_solv.top" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
118 <param name="mdpfile" value="custom" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
119 <param name="mdp_input" value="minim.mdp" /> |
11
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
120 <output name="output1" ftype="gro" > |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
121 <assert_contents> |
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
122 <has_size value="4281" /> |
11
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
123 </assert_contents> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
124 </output> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
125 <output name="output2" ftype="edr" > |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
126 <assert_contents> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
127 <!-- this binary can vary in size a lot unfortunately --> |
12
55918daa5651
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 7a25958195ccc8f448dd64ddcc36e8f5e5979d8b"
chemteam
parents:
11
diff
changeset
|
128 <has_size value="5000" delta="1000" /> |
11
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
129 </assert_contents> |
dc98e5c8165a
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3846f6c5a15ba0586afbd5c901229e237a4e4f17"
chemteam
parents:
7
diff
changeset
|
130 </output> |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
131 </test> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
132 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
133 </tests> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
134 <help><![CDATA[ |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
135 |
4
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
136 .. class:: infomark |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
137 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
138 **What it does** |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
139 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
140 This tool performs energy minimization of a system prior to a GROMACS simulation. |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
141 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
142 _____ |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
143 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
144 .. class:: infomark |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
145 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
146 **Input** |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
147 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
148 - GRO structure file. |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
149 - Topology (TOP) file. |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
150 - MDP parameter file (optional) |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
151 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
152 To take advantage of all GROMACS features, upload an MDP file with simulation parameters. Otherwise, choose parameters through the Galaxy interface. See the `manual`_ for more information on the options. |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
153 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
154 .. _`manual`: http://manual.gromacs.org/documentation/2018/user-guide/mdp-options.html |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
155 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
156 _____ |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
157 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
158 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
159 .. class:: infomark |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
160 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
161 **Output** |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
162 |
c1e98d48b8b4
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
2
diff
changeset
|
163 - GRO structure file. |
0
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
164 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
165 ]]></help> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
166 |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
167 <expand macro="citations" /> |
911eb71ccd1f
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 177cab098ac548bfdecba9d9f04614aec5f6c618
chemteam
parents:
diff
changeset
|
168 </tool> |