annotate rbcavity.xml @ 3:2f218be61685 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit db76c3bc4ced257e2f622fcf8fcc6d2e28de3577"
author bgruening
date Tue, 14 Apr 2020 06:29:39 -0400
parents 06f376dc117a
children 7e5c2e4bc227
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
1 <tool id="rdock_rbcavity" name="rDock cavity definition" version="0.1">
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
2 <description>- generate the active site definition needed for rDock docking</description>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
3 <macros>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
4 <import>rdock_macros.xml</import>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
5 </macros>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
6 <expand macro="requirements"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
7 <command><![CDATA[
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
8 ln -s '$receptor_prm' ./receptor.prm &&
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
9 ln -s '$receptor' receptor.mol2 &&
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
10 ln -s '$ligand' ligand.sdf &&
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
11 rbcavity -was -d -r receptor.prm
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
12 ]]></command>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
13
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
14 <configfiles>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
15 <configfile name="receptor_prm">RBT_PARAMETER_FILE_V1.00
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
16 RECEPTOR_FILE receptor.mol2
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
17 RECEPTOR_FLEX 3.0
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
18 SECTION MAPPER
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
19 SITE_MAPPER RbtLigandSiteMapper
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
20 REF_MOL ligand.sdf
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
21 RADIUS $radius
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
22 SMALL_SPHERE $sphere
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
23 MIN_VOLUME $min_volume
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
24 MAX_CAVITIES 1
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
25 VOL_INCR $vol_incr
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
26 GRIDSTEP $gridstep
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
27 END_SECTION
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
28 SECTION CAVITY
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
29 SCORING_FUNCTION RbtCavityGridSF
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
30 WEIGHT $weight
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
31 END_SECTION
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
32 </configfile>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
33 </configfiles>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
34
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
35 <inputs>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
36 <param type="data" name="receptor" format="mol2" label="Receptor" help="Select a receptor (Mol2 format)."/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
37 <param type="data" name="ligand" format="mol,sdf" label="Reference ligand" help="Single ligand in Mol or SDF format"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
38 <param name="radius" type="float" value="6.0" min="0" label="Mapper sphere radius"
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
39 help="Mapper radius of large sphere in angstroms; rDock will search for cavities to the small sphere but not to the large sphere"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
40 <param name="sphere" type="float" value="1.0" min="0" label="Mapper small sphere radius"
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
41 help="Mapper radius of small sphere in angstroms; rDock will search for cavities accessible to the small sphere but not to the large sphere"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
42 <param name="min_volume" type="integer" value="100" min="0" label="Mapper minimum volume"
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
43 help="Mapper minimum volume in cubic angstroms. rDock will ignore cavities which are smaller than this value"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
44 <param name="vol_incr" type="float" value="0.0" min="0" label="Mapper volume increment"
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
45 help="Mapper volume increment in angstroms. When excluding the volume occupied by the receptor from the cavity search, rDock will temporarily increase the radius of receptor atoms by this amount"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
46 <param name="gridstep" type="float" value="0.5" min="0" label="Mapper grid step" help="Grid resolution for mapping in angstroms"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
47 <param name="weight" type="float" value="1.0" min="0" label="Cavity weight" help="Cavity weight"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
48 </inputs>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
49 <outputs>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
50 <data name="activesite" format="rdock_as" from_work_dir="receptor.as" label="rbcavity active site on ${on_string}"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
51 </outputs>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
52 <tests>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
53 <test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
54 <param name="receptor" value="receptor.mol2"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
55 <param name="ligand" value="ligand.sdf"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
56 <output name="activesite" file="receptor.as" compare="sim_size"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
57 </test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
58 <test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
59 <param name="receptor" value="receptor.mol2"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
60 <param name="ligand" value="ligand.mol"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
61 <output name="activesite" file="receptor.as" compare="sim_size"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
62 </test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
63 </tests>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
64 <help><![CDATA[
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
65
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
66 .. class:: infomark
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
67
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
68 This tool generates the cavity definition for rDock docking (the receptor.as file) using the rbcavity program.
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
69 See http://rdock.sourceforge.net/ for more details about rDock and associated programs.
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
70 Only a subset of the parameters are currently exposed. Read the rDock docs for a full understanding.
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
71
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
72 -----
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
73
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
74 .. class:: infomark
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
75
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
76 **Inputs**
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
77
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
78 1. The protein receptor to dock into as a file in Mol2 format.
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
79 2. A reference ligand used to define the location of the active site in Molfile or SDF format.
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
80 3. Various parameters for the mapper and cavity generation. Sensible defaults are provided for all.
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
81
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
82 -----
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
83
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
84 .. class:: infomark
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
85
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
86 **Outputs**
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
87
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
88 An active site definition binary file (receptor.as) that is needed by the rDock docking program to guide the docking.
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
89
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
90 ]]></help>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
91 <expand macro="citations"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
92 </tool>