Mercurial > repos > chemteam > ambertools_acpype
annotate acpype.xml @ 0:2e202f6c3034 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
author | chemteam |
---|---|
date | Thu, 13 Jun 2019 06:16:34 -0400 |
parents | |
children | 597ee2f97479 |
rev | line source |
---|---|
0
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
1 <tool id="ambertools_acpype" name="Generate MD topologies for small molecules" version="@VERSION@"> |
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> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
5 </macros> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
6 <expand macro="requirements"> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
7 <requirement type="package" version="0.1.0">acpype</requirement> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
8 </expand> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
10 ln -s '$input1' ./input1.${input1.ext} && |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
11 acpype -i './input1.${input1.ext}' |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
12 -n '$charge' |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
13 -b base |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
14 -m '$multiplicity' |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
15 -a '$atomtype' |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
16 -o gmx |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
17 ]]></command> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
18 <inputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
19 <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
|
20 <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
|
21 <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
|
22 <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
|
23 <option value="gaff">gaff</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
24 <option value="amber">AMBER14SB</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
25 <option value="gaff2">gaff2</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
26 <option value="amber2">AMBER14SB + gaff2</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
27 </param> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
28 <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
|
29 </inputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
30 <outputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
31 <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
|
32 <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
|
33 <filter>save_gro</filter> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
34 </data> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
35 </outputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
36 <tests> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
37 <test> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
38 <param name="input1" value="JZ4.mol2"/> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
39 <param name="save_gro" value="True"/> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
40 <output name="output"> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
41 <assert_contents> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
42 <has_line line="[ atoms ]"/> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
43 <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
|
44 <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
|
45 </assert_contents> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
46 </output> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
47 <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
|
48 </test> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
49 </tests> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
50 <help><![CDATA[ |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
51 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
|
52 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
53 .. class:: infomark |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
54 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
55 **Input** |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
56 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
57 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
|
58 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
|
59 (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
|
60 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
|
61 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
62 .. class:: infomark |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
63 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
64 **Outputs** |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
65 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
66 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
|
67 |
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 ]]></help> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
70 <expand macro="citations"> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
71 <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
|
72 </expand> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
73 </tool> |