annotate get_builtin_file.xml @ 4:124c21408519 draft default tip

planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 4bffc6aa89cd0e6d6435a6e571b3836eaab076f1
author chemteam
date Mon, 24 Oct 2022 22:26:15 +0000
parents a81256d23782
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
1 <tool id="gmx_get_builtin_file" name="GROMACS copy file" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
2 <description>from built-in datasets</description>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
3 <macros>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
4 <import>macros.xml</import>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
6 </macros>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
7
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
8 <expand macro="requirements" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
9
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
11 cp "\$GMXDATA"'/top/${filename}' '${output1}'
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
12 ]]></command>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
13 <inputs>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
14 <param name="filename" type="select" label="File to copy">
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
15 <option value="table6-12.xvg">table6-12.xvg</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
16 <option value="nsfactor.dat">nsfactor.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
17 <option value="xlateat.dat">xlateat.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
18 <option value="spc216.gro">spc216.gro</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
19 <option value="residues.xml">residues.xml</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
20 <option value="specbond.dat">specbond.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
21 <option value="tip5p.gro">tip5p.gro</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
22 <option value="table6-10.xvg">table6-10.xvg</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
23 <option value="random.dat">random.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
24 <option value="atom_nom.tbl">atom_nom.tbl</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
25 <option value="cb-shift.dat">cb-shift.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
26 <option value="table6-9.xvg">table6-9.xvg</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
27 <option value="defselection.dat">defselection.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
28 <option value="bonds.dlg">bonds.dlg</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
29 <option value="vdwradii.dat">vdwradii.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
30 <option value="flexwat-ferguson.itp">flexwat-ferguson.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
31 <option value="ps.m2p">ps.m2p</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
32 <option value="ffoplsaa-n.tst">ffoplsaa-n.tst</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
33 <option value="residues.dtd">residues.dtd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
34 <option value="residuetypes.dat">residuetypes.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
35 <option value="table6-8.xvg">table6-8.xvg</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
36 <option value="sfactor.dat">sfactor.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
37 <option value="co-shift.dat">co-shift.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
38 <option value="ha-shift.dat">ha-shift.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
39 <option value="ss.map">ss.map</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
40 <option value="ca-shift.dat">ca-shift.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
41 <option value="vdw-msms.dat">vdw-msms.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
42 <option value="atommass.dat">atommass.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
43 <option value="dgsolv.dat">dgsolv.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
44 <option value="surface.dat">surface.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
45 <option value="electroneg.dat">electroneg.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
46 <option value="sw.itp">sw.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
47 <option value="tip4p.gro">tip4p.gro</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
48 <option value="refi_aa.dat">refi_aa.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
49 <option value="edissoc.dat">edissoc.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
50 <option value="table6-11.xvg">table6-11.xvg</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
51 <option value="phbres.dat">phbres.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
52 <option value="export.dlg">export.dlg</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
53 <option value="elements.dat">elements.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
54 <option value="charmm27.ff/lipids.rtp">charmm27.ff/lipids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
55 <option value="charmm27.ff/rna.c.tdb">charmm27.ff/rna.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
56 <option value="charmm27.ff/forcefield.doc">charmm27.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
57 <option value="charmm27.ff/ffnanonbonded.itp">charmm27.ff/ffnanonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
58 <option value="charmm27.ff/atomtypes.atp">charmm27.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
59 <option value="charmm27.ff/watermodels.dat">charmm27.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
60 <option value="charmm27.ff/tip4p.itp">charmm27.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
61 <option value="charmm27.ff/dna.c.tdb">charmm27.ff/dna.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
62 <option value="charmm27.ff/ions.itp">charmm27.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
63 <option value="charmm27.ff/spc.itp">charmm27.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
64 <option value="charmm27.ff/aminoacids.vsd">charmm27.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
65 <option value="charmm27.ff/spce.itp">charmm27.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
66 <option value="charmm27.ff/tip5p.itp">charmm27.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
67 <option value="charmm27.ff/rna.arn">charmm27.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
68 <option value="charmm27.ff/aminoacids.n.tdb">charmm27.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
69 <option value="charmm27.ff/rna.rtp">charmm27.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
70 <option value="charmm27.ff/ffbonded.itp">charmm27.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
71 <option value="charmm27.ff/rna.hdb">charmm27.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
72 <option value="charmm27.ff/aminoacids.arn">charmm27.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
73 <option value="charmm27.ff/ffnonbonded.itp">charmm27.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
74 <option value="charmm27.ff/tip3p.itp">charmm27.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
75 <option value="charmm27.ff/tips3p.itp">charmm27.ff/tips3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
76 <option value="charmm27.ff/dna.hdb">charmm27.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
77 <option value="charmm27.ff/dna.rtp">charmm27.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
78 <option value="charmm27.ff/aminoacids.hdb">charmm27.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
79 <option value="charmm27.ff/ffnabonded.itp">charmm27.ff/ffnabonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
80 <option value="charmm27.ff/aminoacids.c.tdb">charmm27.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
81 <option value="charmm27.ff/aminoacids.rtp">charmm27.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
82 <option value="charmm27.ff/dna.n.tdb">charmm27.ff/dna.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
83 <option value="charmm27.ff/dna.arn">charmm27.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
84 <option value="charmm27.ff/rna.n.tdb">charmm27.ff/rna.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
85 <option value="charmm27.ff/rna.r2b">charmm27.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
86 <option value="charmm27.ff/aminoacids.r2b">charmm27.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
87 <option value="charmm27.ff/cmap.itp">charmm27.ff/cmap.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
88 <option value="charmm27.ff/forcefield.itp">charmm27.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
89 <option value="charmm27.ff/lipids.hdb">charmm27.ff/lipids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
90 <option value="amber03.ff/forcefield.doc">amber03.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
91 <option value="amber03.ff/atomtypes.atp">amber03.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
92 <option value="amber03.ff/watermodels.dat">amber03.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
93 <option value="amber03.ff/tip4p.itp">amber03.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
94 <option value="amber03.ff/ions.itp">amber03.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
95 <option value="amber03.ff/spc.itp">amber03.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
96 <option value="amber03.ff/aminoacids.vsd">amber03.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
97 <option value="amber03.ff/spce.itp">amber03.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
98 <option value="amber03.ff/tip5p.itp">amber03.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
99 <option value="amber03.ff/rna.arn">amber03.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
100 <option value="amber03.ff/aminoacids.n.tdb">amber03.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
101 <option value="amber03.ff/rna.rtp">amber03.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
102 <option value="amber03.ff/ffbonded.itp">amber03.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
103 <option value="amber03.ff/rna.hdb">amber03.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
104 <option value="amber03.ff/aminoacids.arn">amber03.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
105 <option value="amber03.ff/ffnonbonded.itp">amber03.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
106 <option value="amber03.ff/urea.itp">amber03.ff/urea.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
107 <option value="amber03.ff/tip3p.itp">amber03.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
108 <option value="amber03.ff/dna.hdb">amber03.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
109 <option value="amber03.ff/dna.rtp">amber03.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
110 <option value="amber03.ff/aminoacids.hdb">amber03.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
111 <option value="amber03.ff/aminoacids.c.tdb">amber03.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
112 <option value="amber03.ff/tip4pew.itp">amber03.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
113 <option value="amber03.ff/aminoacids.rtp">amber03.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
114 <option value="amber03.ff/dna.r2b">amber03.ff/dna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
115 <option value="amber03.ff/dna.arn">amber03.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
116 <option value="amber03.ff/rna.r2b">amber03.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
117 <option value="amber03.ff/aminoacids.r2b">amber03.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
118 <option value="amber03.ff/forcefield.itp">amber03.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
119 <option value="gromos45a3.ff/ff_dum.itp">gromos45a3.ff/ff_dum.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
120 <option value="gromos45a3.ff/forcefield.doc">gromos45a3.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
121 <option value="gromos45a3.ff/atomtypes.atp">gromos45a3.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
122 <option value="gromos45a3.ff/watermodels.dat">gromos45a3.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
123 <option value="gromos45a3.ff/tip4p.itp">gromos45a3.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
124 <option value="gromos45a3.ff/ions.itp">gromos45a3.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
125 <option value="gromos45a3.ff/spc.itp">gromos45a3.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
126 <option value="gromos45a3.ff/aminoacids.vsd">gromos45a3.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
127 <option value="gromos45a3.ff/spce.itp">gromos45a3.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
128 <option value="gromos45a3.ff/aminoacids.n.tdb">gromos45a3.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
129 <option value="gromos45a3.ff/ffbonded.itp">gromos45a3.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
130 <option value="gromos45a3.ff/ffnonbonded.itp">gromos45a3.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
131 <option value="gromos45a3.ff/tip3p.itp">gromos45a3.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
132 <option value="gromos45a3.ff/aminoacids.hdb">gromos45a3.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
133 <option value="gromos45a3.ff/aminoacids.c.tdb">gromos45a3.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
134 <option value="gromos45a3.ff/aminoacids.rtp">gromos45a3.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
135 <option value="gromos45a3.ff/aminoacids.r2b">gromos45a3.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
136 <option value="gromos45a3.ff/forcefield.itp">gromos45a3.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
137 <option value="amber99sb.ff/forcefield.doc">amber99sb.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
138 <option value="amber99sb.ff/atomtypes.atp">amber99sb.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
139 <option value="amber99sb.ff/watermodels.dat">amber99sb.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
140 <option value="amber99sb.ff/tip4p.itp">amber99sb.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
141 <option value="amber99sb.ff/ions.itp">amber99sb.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
142 <option value="amber99sb.ff/spc.itp">amber99sb.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
143 <option value="amber99sb.ff/aminoacids.vsd">amber99sb.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
144 <option value="amber99sb.ff/spce.itp">amber99sb.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
145 <option value="amber99sb.ff/tip5p.itp">amber99sb.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
146 <option value="amber99sb.ff/rna.arn">amber99sb.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
147 <option value="amber99sb.ff/aminoacids.n.tdb">amber99sb.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
148 <option value="amber99sb.ff/rna.rtp">amber99sb.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
149 <option value="amber99sb.ff/ffbonded.itp">amber99sb.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
150 <option value="amber99sb.ff/rna.hdb">amber99sb.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
151 <option value="amber99sb.ff/aminoacids.arn">amber99sb.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
152 <option value="amber99sb.ff/ffnonbonded.itp">amber99sb.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
153 <option value="amber99sb.ff/urea.itp">amber99sb.ff/urea.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
154 <option value="amber99sb.ff/tip3p.itp">amber99sb.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
155 <option value="amber99sb.ff/dna.hdb">amber99sb.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
156 <option value="amber99sb.ff/dna.rtp">amber99sb.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
157 <option value="amber99sb.ff/aminoacids.hdb">amber99sb.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
158 <option value="amber99sb.ff/aminoacids.c.tdb">amber99sb.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
159 <option value="amber99sb.ff/tip4pew.itp">amber99sb.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
160 <option value="amber99sb.ff/aminoacids.rtp">amber99sb.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
161 <option value="amber99sb.ff/dna.r2b">amber99sb.ff/dna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
162 <option value="amber99sb.ff/dna.arn">amber99sb.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
163 <option value="amber99sb.ff/rna.r2b">amber99sb.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
164 <option value="amber99sb.ff/aminoacids.r2b">amber99sb.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
165 <option value="amber99sb.ff/forcefield.itp">amber99sb.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
166 <option value="gromos43a2.ff/ff_dum.itp">gromos43a2.ff/ff_dum.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
167 <option value="gromos43a2.ff/forcefield.doc">gromos43a2.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
168 <option value="gromos43a2.ff/atomtypes.atp">gromos43a2.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
169 <option value="gromos43a2.ff/watermodels.dat">gromos43a2.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
170 <option value="gromos43a2.ff/tip4p.itp">gromos43a2.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
171 <option value="gromos43a2.ff/ions.itp">gromos43a2.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
172 <option value="gromos43a2.ff/spc.itp">gromos43a2.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
173 <option value="gromos43a2.ff/aminoacids.vsd">gromos43a2.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
174 <option value="gromos43a2.ff/spce.itp">gromos43a2.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
175 <option value="gromos43a2.ff/aminoacids.n.tdb">gromos43a2.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
176 <option value="gromos43a2.ff/ffbonded.itp">gromos43a2.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
177 <option value="gromos43a2.ff/ffnonbonded.itp">gromos43a2.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
178 <option value="gromos43a2.ff/tip3p.itp">gromos43a2.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
179 <option value="gromos43a2.ff/aminoacids.hdb">gromos43a2.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
180 <option value="gromos43a2.ff/aminoacids.c.tdb">gromos43a2.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
181 <option value="gromos43a2.ff/aminoacids.rtp">gromos43a2.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
182 <option value="gromos43a2.ff/aminoacids.r2b">gromos43a2.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
183 <option value="gromos43a2.ff/forcefield.itp">gromos43a2.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
184 <option value="oplsaa.ff/forcefield.doc">oplsaa.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
185 <option value="oplsaa.ff/atomtypes.atp">oplsaa.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
186 <option value="oplsaa.ff/watermodels.dat">oplsaa.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
187 <option value="oplsaa.ff/tip4p.itp">oplsaa.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
188 <option value="oplsaa.ff/ions.itp">oplsaa.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
189 <option value="oplsaa.ff/tip5pe.itp">oplsaa.ff/tip5pe.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
190 <option value="oplsaa.ff/spc.itp">oplsaa.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
191 <option value="oplsaa.ff/aminoacids.vsd">oplsaa.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
192 <option value="oplsaa.ff/spce.itp">oplsaa.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
193 <option value="oplsaa.ff/ethanol.itp">oplsaa.ff/ethanol.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
194 <option value="oplsaa.ff/tip5p.itp">oplsaa.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
195 <option value="oplsaa.ff/aminoacids.n.tdb">oplsaa.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
196 <option value="oplsaa.ff/ffbonded.itp">oplsaa.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
197 <option value="oplsaa.ff/ffnonbonded.itp">oplsaa.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
198 <option value="oplsaa.ff/tip3p.itp">oplsaa.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
199 <option value="oplsaa.ff/aminoacids.hdb">oplsaa.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
200 <option value="oplsaa.ff/aminoacids.c.tdb">oplsaa.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
201 <option value="oplsaa.ff/tip4pew.itp">oplsaa.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
202 <option value="oplsaa.ff/methanol.itp">oplsaa.ff/methanol.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
203 <option value="oplsaa.ff/aminoacids.rtp">oplsaa.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
204 <option value="oplsaa.ff/1propanol.itp">oplsaa.ff/1propanol.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
205 <option value="oplsaa.ff/aminoacids.r2b">oplsaa.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
206 <option value="oplsaa.ff/forcefield.itp">oplsaa.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
207 <option value="oplsaa.ff/atomname2type.n2t">oplsaa.ff/atomname2type.n2t</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
208 <option value="amber94.ff/forcefield.doc">amber94.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
209 <option value="amber94.ff/atomtypes.atp">amber94.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
210 <option value="amber94.ff/watermodels.dat">amber94.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
211 <option value="amber94.ff/tip4p.itp">amber94.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
212 <option value="amber94.ff/ions.itp">amber94.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
213 <option value="amber94.ff/spc.itp">amber94.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
214 <option value="amber94.ff/aminoacids.vsd">amber94.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
215 <option value="amber94.ff/spce.itp">amber94.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
216 <option value="amber94.ff/tip5p.itp">amber94.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
217 <option value="amber94.ff/rna.arn">amber94.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
218 <option value="amber94.ff/aminoacids.n.tdb">amber94.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
219 <option value="amber94.ff/rna.rtp">amber94.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
220 <option value="amber94.ff/ffbonded.itp">amber94.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
221 <option value="amber94.ff/rna.hdb">amber94.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
222 <option value="amber94.ff/aminoacids.arn">amber94.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
223 <option value="amber94.ff/ffnonbonded.itp">amber94.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
224 <option value="amber94.ff/urea.itp">amber94.ff/urea.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
225 <option value="amber94.ff/tip3p.itp">amber94.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
226 <option value="amber94.ff/dna.hdb">amber94.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
227 <option value="amber94.ff/dna.rtp">amber94.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
228 <option value="amber94.ff/aminoacids.hdb">amber94.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
229 <option value="amber94.ff/aminoacids.c.tdb">amber94.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
230 <option value="amber94.ff/tip4pew.itp">amber94.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
231 <option value="amber94.ff/aminoacids.rtp">amber94.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
232 <option value="amber94.ff/dna.r2b">amber94.ff/dna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
233 <option value="amber94.ff/dna.arn">amber94.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
234 <option value="amber94.ff/rna.r2b">amber94.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
235 <option value="amber94.ff/aminoacids.r2b">amber94.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
236 <option value="amber94.ff/forcefield.itp">amber94.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
237 <option value="gromos54a7.ff/dppc.itp">gromos54a7.ff/dppc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
238 <option value="gromos54a7.ff/ff_dum.itp">gromos54a7.ff/ff_dum.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
239 <option value="gromos54a7.ff/forcefield.doc">gromos54a7.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
240 <option value="gromos54a7.ff/atomtypes.atp">gromos54a7.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
241 <option value="gromos54a7.ff/watermodels.dat">gromos54a7.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
242 <option value="gromos54a7.ff/popc.itp">gromos54a7.ff/popc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
243 <option value="gromos54a7.ff/tip4p.itp">gromos54a7.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
244 <option value="gromos54a7.ff/ions.itp">gromos54a7.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
245 <option value="gromos54a7.ff/spc.itp">gromos54a7.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
246 <option value="gromos54a7.ff/aminoacids.vsd">gromos54a7.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
247 <option value="gromos54a7.ff/tmcl.itp">gromos54a7.ff/tmcl.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
248 <option value="gromos54a7.ff/spce.itp">gromos54a7.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
249 <option value="gromos54a7.ff/aminoacids.n.tdb">gromos54a7.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
250 <option value="gromos54a7.ff/ffbonded.itp">gromos54a7.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
251 <option value="gromos54a7.ff/ffnonbonded.itp">gromos54a7.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
252 <option value="gromos54a7.ff/tip3p.itp">gromos54a7.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
253 <option value="gromos54a7.ff/aminoacids.hdb">gromos54a7.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
254 <option value="gromos54a7.ff/aminoacids.c.tdb">gromos54a7.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
255 <option value="gromos54a7.ff/aminoacids.rtp">gromos54a7.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
256 <option value="gromos54a7.ff/aminoacids.r2b">gromos54a7.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
257 <option value="gromos54a7.ff/forcefield.itp">gromos54a7.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
258 <option value="amber99sb-ildn.ff/forcefield.doc">amber99sb-ildn.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
259 <option value="amber99sb-ildn.ff/atomtypes.atp">amber99sb-ildn.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
260 <option value="amber99sb-ildn.ff/watermodels.dat">amber99sb-ildn.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
261 <option value="amber99sb-ildn.ff/tip4p.itp">amber99sb-ildn.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
262 <option value="amber99sb-ildn.ff/ions.itp">amber99sb-ildn.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
263 <option value="amber99sb-ildn.ff/spc.itp">amber99sb-ildn.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
264 <option value="amber99sb-ildn.ff/aminoacids.vsd">amber99sb-ildn.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
265 <option value="amber99sb-ildn.ff/spce.itp">amber99sb-ildn.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
266 <option value="amber99sb-ildn.ff/tip5p.itp">amber99sb-ildn.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
267 <option value="amber99sb-ildn.ff/rna.arn">amber99sb-ildn.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
268 <option value="amber99sb-ildn.ff/aminoacids.n.tdb">amber99sb-ildn.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
269 <option value="amber99sb-ildn.ff/rna.rtp">amber99sb-ildn.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
270 <option value="amber99sb-ildn.ff/ffbonded.itp">amber99sb-ildn.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
271 <option value="amber99sb-ildn.ff/rna.hdb">amber99sb-ildn.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
272 <option value="amber99sb-ildn.ff/aminoacids.arn">amber99sb-ildn.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
273 <option value="amber99sb-ildn.ff/ffnonbonded.itp">amber99sb-ildn.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
274 <option value="amber99sb-ildn.ff/urea.itp">amber99sb-ildn.ff/urea.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
275 <option value="amber99sb-ildn.ff/tip3p.itp">amber99sb-ildn.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
276 <option value="amber99sb-ildn.ff/dna.hdb">amber99sb-ildn.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
277 <option value="amber99sb-ildn.ff/dna.rtp">amber99sb-ildn.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
278 <option value="amber99sb-ildn.ff/aminoacids.hdb">amber99sb-ildn.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
279 <option value="amber99sb-ildn.ff/aminoacids.c.tdb">amber99sb-ildn.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
280 <option value="amber99sb-ildn.ff/tip4pew.itp">amber99sb-ildn.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
281 <option value="amber99sb-ildn.ff/aminoacids.rtp">amber99sb-ildn.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
282 <option value="amber99sb-ildn.ff/dna.r2b">amber99sb-ildn.ff/dna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
283 <option value="amber99sb-ildn.ff/dna.arn">amber99sb-ildn.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
284 <option value="amber99sb-ildn.ff/rna.r2b">amber99sb-ildn.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
285 <option value="amber99sb-ildn.ff/aminoacids.r2b">amber99sb-ildn.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
286 <option value="amber99sb-ildn.ff/forcefield.itp">amber99sb-ildn.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
287 <option value="gromos53a5.ff/ff_dum.itp">gromos53a5.ff/ff_dum.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
288 <option value="gromos53a5.ff/forcefield.doc">gromos53a5.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
289 <option value="gromos53a5.ff/atomtypes.atp">gromos53a5.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
290 <option value="gromos53a5.ff/watermodels.dat">gromos53a5.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
291 <option value="gromos53a5.ff/tip4p.itp">gromos53a5.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
292 <option value="gromos53a5.ff/ions.itp">gromos53a5.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
293 <option value="gromos53a5.ff/spc.itp">gromos53a5.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
294 <option value="gromos53a5.ff/aminoacids.vsd">gromos53a5.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
295 <option value="gromos53a5.ff/spce.itp">gromos53a5.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
296 <option value="gromos53a5.ff/aminoacids.n.tdb">gromos53a5.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
297 <option value="gromos53a5.ff/ffbonded.itp">gromos53a5.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
298 <option value="gromos53a5.ff/ffnonbonded.itp">gromos53a5.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
299 <option value="gromos53a5.ff/tip3p.itp">gromos53a5.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
300 <option value="gromos53a5.ff/aminoacids.hdb">gromos53a5.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
301 <option value="gromos53a5.ff/aminoacids.c.tdb">gromos53a5.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
302 <option value="gromos53a5.ff/aminoacids.rtp">gromos53a5.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
303 <option value="gromos53a5.ff/aminoacids.r2b">gromos53a5.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
304 <option value="gromos53a5.ff/forcefield.itp">gromos53a5.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
305 <option value="gromos53a5.ff/atomname2type.n2t">gromos53a5.ff/atomname2type.n2t</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
306 <option value="amberGS.ff/forcefield.doc">amberGS.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
307 <option value="amberGS.ff/atomtypes.atp">amberGS.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
308 <option value="amberGS.ff/watermodels.dat">amberGS.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
309 <option value="amberGS.ff/tip4p.itp">amberGS.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
310 <option value="amberGS.ff/ions.itp">amberGS.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
311 <option value="amberGS.ff/spc.itp">amberGS.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
312 <option value="amberGS.ff/aminoacids.vsd">amberGS.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
313 <option value="amberGS.ff/spce.itp">amberGS.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
314 <option value="amberGS.ff/tip5p.itp">amberGS.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
315 <option value="amberGS.ff/rna.arn">amberGS.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
316 <option value="amberGS.ff/aminoacids.n.tdb">amberGS.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
317 <option value="amberGS.ff/rna.rtp">amberGS.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
318 <option value="amberGS.ff/ffbonded.itp">amberGS.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
319 <option value="amberGS.ff/rna.hdb">amberGS.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
320 <option value="amberGS.ff/aminoacids.arn">amberGS.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
321 <option value="amberGS.ff/ffnonbonded.itp">amberGS.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
322 <option value="amberGS.ff/urea.itp">amberGS.ff/urea.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
323 <option value="amberGS.ff/tip3p.itp">amberGS.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
324 <option value="amberGS.ff/dna.hdb">amberGS.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
325 <option value="amberGS.ff/dna.rtp">amberGS.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
326 <option value="amberGS.ff/aminoacids.hdb">amberGS.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
327 <option value="amberGS.ff/aminoacids.c.tdb">amberGS.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
328 <option value="amberGS.ff/tip4pew.itp">amberGS.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
329 <option value="amberGS.ff/aminoacids.rtp">amberGS.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
330 <option value="amberGS.ff/dna.r2b">amberGS.ff/dna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
331 <option value="amberGS.ff/dna.arn">amberGS.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
332 <option value="amberGS.ff/rna.r2b">amberGS.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
333 <option value="amberGS.ff/aminoacids.r2b">amberGS.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
334 <option value="amberGS.ff/forcefield.itp">amberGS.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
335 <option value="amber96.ff/forcefield.doc">amber96.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
336 <option value="amber96.ff/atomtypes.atp">amber96.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
337 <option value="amber96.ff/watermodels.dat">amber96.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
338 <option value="amber96.ff/tip4p.itp">amber96.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
339 <option value="amber96.ff/ions.itp">amber96.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
340 <option value="amber96.ff/spc.itp">amber96.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
341 <option value="amber96.ff/aminoacids.vsd">amber96.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
342 <option value="amber96.ff/spce.itp">amber96.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
343 <option value="amber96.ff/tip5p.itp">amber96.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
344 <option value="amber96.ff/rna.arn">amber96.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
345 <option value="amber96.ff/aminoacids.n.tdb">amber96.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
346 <option value="amber96.ff/rna.rtp">amber96.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
347 <option value="amber96.ff/ffbonded.itp">amber96.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
348 <option value="amber96.ff/rna.hdb">amber96.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
349 <option value="amber96.ff/aminoacids.arn">amber96.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
350 <option value="amber96.ff/ffnonbonded.itp">amber96.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
351 <option value="amber96.ff/urea.itp">amber96.ff/urea.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
352 <option value="amber96.ff/tip3p.itp">amber96.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
353 <option value="amber96.ff/dna.hdb">amber96.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
354 <option value="amber96.ff/dna.rtp">amber96.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
355 <option value="amber96.ff/aminoacids.hdb">amber96.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
356 <option value="amber96.ff/aminoacids.c.tdb">amber96.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
357 <option value="amber96.ff/tip4pew.itp">amber96.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
358 <option value="amber96.ff/aminoacids.rtp">amber96.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
359 <option value="amber96.ff/dna.r2b">amber96.ff/dna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
360 <option value="amber96.ff/dna.arn">amber96.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
361 <option value="amber96.ff/rna.r2b">amber96.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
362 <option value="amber96.ff/aminoacids.r2b">amber96.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
363 <option value="amber96.ff/forcefield.itp">amber96.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
364 <option value="gromos53a6.ff/ff_dum.itp">gromos53a6.ff/ff_dum.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
365 <option value="gromos53a6.ff/forcefield.doc">gromos53a6.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
366 <option value="gromos53a6.ff/atomtypes.atp">gromos53a6.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
367 <option value="gromos53a6.ff/watermodels.dat">gromos53a6.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
368 <option value="gromos53a6.ff/tip4p.itp">gromos53a6.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
369 <option value="gromos53a6.ff/ions.itp">gromos53a6.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
370 <option value="gromos53a6.ff/spc.itp">gromos53a6.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
371 <option value="gromos53a6.ff/aminoacids.vsd">gromos53a6.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
372 <option value="gromos53a6.ff/spce.itp">gromos53a6.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
373 <option value="gromos53a6.ff/aminoacids.n.tdb">gromos53a6.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
374 <option value="gromos53a6.ff/ffbonded.itp">gromos53a6.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
375 <option value="gromos53a6.ff/ffnonbonded.itp">gromos53a6.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
376 <option value="gromos53a6.ff/tip3p.itp">gromos53a6.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
377 <option value="gromos53a6.ff/aminoacids.hdb">gromos53a6.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
378 <option value="gromos53a6.ff/aminoacids.c.tdb">gromos53a6.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
379 <option value="gromos53a6.ff/aminoacids.rtp">gromos53a6.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
380 <option value="gromos53a6.ff/aminoacids.r2b">gromos53a6.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
381 <option value="gromos53a6.ff/forcefield.itp">gromos53a6.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
382 <option value="gromos43a1.ff/ff_dum.itp">gromos43a1.ff/ff_dum.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
383 <option value="gromos43a1.ff/forcefield.doc">gromos43a1.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
384 <option value="gromos43a1.ff/atomtypes.atp">gromos43a1.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
385 <option value="gromos43a1.ff/watermodels.dat">gromos43a1.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
386 <option value="gromos43a1.ff/tip4p.itp">gromos43a1.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
387 <option value="gromos43a1.ff/ions.itp">gromos43a1.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
388 <option value="gromos43a1.ff/spc.itp">gromos43a1.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
389 <option value="gromos43a1.ff/aminoacids.vsd">gromos43a1.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
390 <option value="gromos43a1.ff/spce.itp">gromos43a1.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
391 <option value="gromos43a1.ff/aminoacids.n.tdb">gromos43a1.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
392 <option value="gromos43a1.ff/ffbonded.itp">gromos43a1.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
393 <option value="gromos43a1.ff/ffnonbonded.itp">gromos43a1.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
394 <option value="gromos43a1.ff/tip3p.itp">gromos43a1.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
395 <option value="gromos43a1.ff/aminoacids.hdb">gromos43a1.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
396 <option value="gromos43a1.ff/aminoacids.c.tdb">gromos43a1.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
397 <option value="gromos43a1.ff/methanol.itp">gromos43a1.ff/methanol.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
398 <option value="gromos43a1.ff/aminoacids.rtp">gromos43a1.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
399 <option value="gromos43a1.ff/aminoacids.r2b">gromos43a1.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
400 <option value="gromos43a1.ff/methanol216.gro">gromos43a1.ff/methanol216.gro</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
401 <option value="gromos43a1.ff/forcefield.itp">gromos43a1.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
402 <option value="amber99.ff/forcefield.doc">amber99.ff/forcefield.doc</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
403 <option value="amber99.ff/atomtypes.atp">amber99.ff/atomtypes.atp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
404 <option value="amber99.ff/watermodels.dat">amber99.ff/watermodels.dat</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
405 <option value="amber99.ff/tip4p.itp">amber99.ff/tip4p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
406 <option value="amber99.ff/ions.itp">amber99.ff/ions.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
407 <option value="amber99.ff/spc.itp">amber99.ff/spc.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
408 <option value="amber99.ff/aminoacids.vsd">amber99.ff/aminoacids.vsd</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
409 <option value="amber99.ff/spce.itp">amber99.ff/spce.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
410 <option value="amber99.ff/tip5p.itp">amber99.ff/tip5p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
411 <option value="amber99.ff/rna.arn">amber99.ff/rna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
412 <option value="amber99.ff/aminoacids.n.tdb">amber99.ff/aminoacids.n.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
413 <option value="amber99.ff/rna.rtp">amber99.ff/rna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
414 <option value="amber99.ff/ffbonded.itp">amber99.ff/ffbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
415 <option value="amber99.ff/rna.hdb">amber99.ff/rna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
416 <option value="amber99.ff/aminoacids.arn">amber99.ff/aminoacids.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
417 <option value="amber99.ff/ffnonbonded.itp">amber99.ff/ffnonbonded.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
418 <option value="amber99.ff/urea.itp">amber99.ff/urea.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
419 <option value="amber99.ff/tip3p.itp">amber99.ff/tip3p.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
420 <option value="amber99.ff/dna.hdb">amber99.ff/dna.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
421 <option value="amber99.ff/dna.rtp">amber99.ff/dna.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
422 <option value="amber99.ff/aminoacids.hdb">amber99.ff/aminoacids.hdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
423 <option value="amber99.ff/aminoacids.c.tdb">amber99.ff/aminoacids.c.tdb</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
424 <option value="amber99.ff/tip4pew.itp">amber99.ff/tip4pew.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
425 <option value="amber99.ff/aminoacids.rtp">amber99.ff/aminoacids.rtp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
426 <option value="amber99.ff/dna.r2b">amber99.ff/dna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
427 <option value="amber99.ff/dna.arn">amber99.ff/dna.arn</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
428 <option value="amber99.ff/rna.r2b">amber99.ff/rna.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
429 <option value="amber99.ff/aminoacids.r2b">amber99.ff/aminoacids.r2b</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
430 <option value="amber99.ff/forcefield.itp">amber99.ff/forcefield.itp</option>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
431 </param>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
432 </inputs>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
433 <outputs>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
434 <!-- formats ['xvg', 'dat', 'itp', 'gro', 'xml', 'tbl', 'dlg', 'm2p', 'tst', 'dtd', 'README', 'map', 'rtp', 'tdb', 'doc', 'atp', 'vsd', 'arn', 'hdb', 'r2b', 'n2t'] -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
435 <data name="output1" format="txt" label="GROMACS built-in: ${filename}">
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
436 <change_format>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
437 <when input="${str($filename).split('.')[-1]}" value="xvg" format="xvg" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
438 <!-- <when input="${str($filename).split('.')[-1]}" value="dat" format="dat" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
439 <when input="${str($filename).split('.')[-1]}" value="itp" format="itp" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
440 <when input="${str($filename).split('.')[-1]}" value="gro" format="gro" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
441 <when input="${str($filename).split('.')[-1]}" value="xml" format="xml" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
442 <!-- <when input="${str($filename).split('.')[-1]}" value="tbl" format="tbl" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
443 <!-- <when input="${str($filename).split('.')[-1]}" value="dlg" format="dlg" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
444 <!-- <when input="${str($filename).split('.')[-1]}" value="m2p" format="m2p" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
445 <!-- <when input="${str($filename).split('.')[-1]}" value="tst" format="tst" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
446 <!-- <when input="${str($filename).split('.')[-1]}" value="dtd" format="dtd" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
447 <!-- <when input="${str($filename).split('.')[-1]}" value="README" format="README" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
448 <!-- <when input="${str($filename).split('.')[-1]}" value="map" format="map" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
449 <!-- <when input="${str($filename).split('.')[-1]}" value="rtp" format="rtp" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
450 <!-- <when input="${str($filename).split('.')[-1]}" value="tdb" format="tdb" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
451 <!-- <when input="${str($filename).split('.')[-1]}" value="doc" format="doc" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
452 <!-- <when input="${str($filename).split('.')[-1]}" value="atp" format="atp" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
453 <!-- <when input="${str($filename).split('.')[-1]}" value="vsd" format="vsd" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
454 <!-- <when input="${str($filename).split('.')[-1]}" value="arn" format="arn" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
455 <!-- <when input="${str($filename).split('.')[-1]}" value="hdb" format="hdb" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
456 <!-- <when input="${str($filename).split('.')[-1]}" value="r2b" format="r2b" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
457 <!-- <when input="${str($filename).split('.')[-1]}" value="n2t" format="n2t" /> -->
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
458 </change_format>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
459 </data>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
460 </outputs>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
461 <tests>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
462 <test>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
463 <param name="filename" value="oplsaa.ff/tip4p.itp" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
464 <output name="output1" file="oplsaa.ff-tip4p.itp" ftype="itp" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
465 </test>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
466 </tests>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
467 <help><![CDATA[
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
468
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
469 .. class:: infomark
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
470
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
471 **What it does**
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
472
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
473 Loads a built-in GROMACS file into your history.
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
474
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
475 _____
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
476
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
477 .. class:: infomark
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
478
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
479 **Input**
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
480
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
481 - Filename.
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
482
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
483 _____
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
484
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
485
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
486 .. class:: infomark
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
487
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
488 **Output**
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
489
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
490 - GROMACS file.
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
491
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
492 ]]></help>
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
493
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
494 <expand macro="citations" />
a81256d23782 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit a8eac146d0f6b9696f4afaaaa96891e8e324f78e"
chemteam
parents:
diff changeset
495 </tool>