annotate acpype.xml @ 5:27ee142314a9 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631"
author chemteam
date Mon, 25 Jan 2021 11:15:57 +0000
parents 0d640d752e8a
children 2417677038b2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
27ee142314a9 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631"
chemteam
parents: 2
diff changeset
1 <tool id="ambertools_acpype" name="Generate MD topologies for small molecules" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
0
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
2 <description>using acpype</description>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
3 <macros>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
4 <import>macros.xml</import>
5
27ee142314a9 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631"
chemteam
parents: 2
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
0
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
6 </macros>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
7 <expand macro="requirements">
5
27ee142314a9 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631"
chemteam
parents: 2
diff changeset
8 <requirement type="package" version="2020.10.24.12.16">acpype</requirement>
0
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
9 </expand>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
11 ln -s '$input1' ./input1.${input1.ext} &&
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
12 acpype -i './input1.${input1.ext}'
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
13 -n '$charge'
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
14 -b base
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
15 -m '$multiplicity'
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
16 -a '$atomtype'
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
17 -o gmx
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
18 ]]></command>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
19 <inputs>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
20 <param name="input1" type="data" format="pdb,mol2" label="Input file" help="Structure of the compound in pdb or mol2 format"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
21 <param name="charge" type="integer" value="0" label="Charge of the molecule"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
22 <param name="multiplicity" type="integer" value="1" label="Multiplicity" help="Default value is 1, which is correct for almost all organic molecules."/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
23 <param name="atomtype" type="select" value="gaff" label="Force field to use for parameterization">
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
24 <option value="gaff">gaff</option>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
25 <option value="amber">AMBER14SB</option>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
26 <option value="gaff2">gaff2</option>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
27 <option value="amber2">AMBER14SB + gaff2</option>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
28 </param>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
29 <param name="save_gro" type="boolean" value="false" label="Save GRO file?" help="Save atomic coordinates of ligand in GRO format."/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
30 </inputs>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
31 <outputs>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
32 <data format="itp" name="output" label="Topology" from_work_dir='base.acpype/base_GMX.itp'/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
33 <data format="gro" name="gro_output" label="Structure file (GRO format, optional)" from_work_dir="base.acpype/base_GMX.gro">
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
34 <filter>save_gro</filter>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
35 </data>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
36 </outputs>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
37 <tests>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
38 <test>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
39 <param name="input1" value="JZ4.mol2"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
40 <param name="save_gro" value="True"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
41 <output name="output">
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
42 <assert_contents>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
43 <has_line line="[ atoms ]"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
44 <has_text text=" 15 ha 1 JZ4 H4 15 0.13"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
45 <has_text text=" 18 hc 1 JZ4 H7 18 0.05"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
46 </assert_contents>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
47 </output>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
48 <output name="gro_output" file="base_GMX.gro" lines_diff="2"/>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
49 </test>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
50 </tests>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
51 <help><![CDATA[
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
52 Tool to produce GROMACS topologies for small molecules using the acpype interface to AmberTools.
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
53
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
54 .. class:: infomark
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
55
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
56 **Input**
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
57
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
58 Either a mol2 file (more appropriate for small structures) or a
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
59 pdb file. If you want to parameterize a large macromolecule
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
60 (which is more likely to be stored in PDB format, e.g. a protein)
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
61 consider using a tool such as 'GROMACS initial setup' instead.
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
62
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
63 .. class:: infomark
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
64
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
65 **Outputs**
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
66
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
67 GROMACS topology for the ligand, in itp format. Optional: structure file, in gro format.
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
68
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
69
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
70 ]]></help>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
71 <expand macro="citations">
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
72 <citation type="doi">doi:10.1186/1756-0500-5-367</citation>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
73 </expand>
2e202f6c3034 planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff changeset
74 </tool>