Mercurial > repos > chemteam > ambertools_acpype
annotate acpype.xml @ 13:095ad4d096d1 draft default tip
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
author | chemteam |
---|---|
date | Thu, 27 Jan 2022 17:18:33 +0000 |
parents | da6bd1975a71 |
children |
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> |
8
710301bc46fa
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit fe0c452249565047df8ac0a6f5956fe8ea0cd60d"
chemteam
parents:
6
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"> |
10
da6bd1975a71
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 7583aecdb001e76ca6ddf440f60de4c534f61c66"
chemteam
parents:
8
diff
changeset
|
8 <requirement type="package" version="2021.02.05.22.15">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' |
6
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
17 -c '$charge_method' |
0
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
18 -o gmx |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
19 ]]></command> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
20 <inputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
21 <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
|
22 <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
|
23 <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
|
24 <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
|
25 <option value="gaff">gaff</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
26 <option value="amber">AMBER14SB</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
27 <option value="gaff2">gaff2</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
28 <option value="amber2">AMBER14SB + gaff2</option> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
29 </param> |
6
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
30 <param name="charge_method" type="select" value="bcc" label="Charge method"> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
31 <option value="bcc">bcc (default)</option> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
32 <option value="gas">gas</option> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
33 <option value="user">charges provided by user in mol2 file</option> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
34 </param> |
0
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
35 <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
|
36 </inputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
37 <outputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
38 <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
|
39 <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
|
40 <filter>save_gro</filter> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
41 </data> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
42 </outputs> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
43 <tests> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
44 <test> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
45 <param name="input1" value="JZ4.mol2"/> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
46 <param name="save_gro" value="True"/> |
6
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
47 <param name="charge_method" value="bcc"/> |
0
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
48 <output name="output"> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
49 <assert_contents> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
50 <has_line line="[ atoms ]"/> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
51 <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
|
52 <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
|
53 </assert_contents> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
54 </output> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
55 <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
|
56 </test> |
6
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
57 <test> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
58 <param name="input1" value="LigA_output.mol2"/> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
59 <param name="save_gro" value="false"/> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
60 <param name="charge_method" value="user"/> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
61 <output name="output" file="LigA_output.top" lines_diff="26"/> |
2417677038b2
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3c440a43396b4d815ef35f45ed562e22bf37c028"
chemteam
parents:
5
diff
changeset
|
62 </test> |
0
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
63 </tests> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
64 <help><![CDATA[ |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
65 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
|
66 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
67 .. class:: infomark |
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 **Input** |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
70 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
71 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
|
72 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
|
73 (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
|
74 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
|
75 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
76 .. class:: infomark |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
77 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
78 **Outputs** |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
79 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
80 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
|
81 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
82 |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
83 ]]></help> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
84 <expand macro="citations"> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
85 <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
|
86 </expand> |
2e202f6c3034
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f1620d2eb7fd3ea43bb4dfe6cee5b45015fd13a3
chemteam
parents:
diff
changeset
|
87 </tool> |