annotate rbcavity.xml @ 7:7e5c2e4bc227 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author bgruening
date Tue, 28 Jul 2020 08:44:40 -0400
parents 06f376dc117a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
7e5c2e4bc227 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 0
diff changeset
1 <tool id="rdock_rbcavity" name="rDock cavity definition" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
0
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>
7
7e5c2e4bc227 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 0
diff changeset
5 <token name="@GALAXY_VERSION@">0</token>
0
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
6 </macros>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
7 <expand macro="requirements"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
8 <command><![CDATA[
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
9 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
10 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
11 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
12 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
13 ]]></command>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
14
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
15 <configfiles>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
16 <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
17 RECEPTOR_FILE receptor.mol2
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
18 RECEPTOR_FLEX 3.0
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
19 SECTION MAPPER
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
20 SITE_MAPPER RbtLigandSiteMapper
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
21 REF_MOL ligand.sdf
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
22 RADIUS $radius
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
23 SMALL_SPHERE $sphere
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
24 MIN_VOLUME $min_volume
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
25 MAX_CAVITIES 1
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
26 VOL_INCR $vol_incr
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
27 GRIDSTEP $gridstep
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
28 END_SECTION
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
29 SECTION CAVITY
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
30 SCORING_FUNCTION RbtCavityGridSF
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
31 WEIGHT $weight
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
32 END_SECTION
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
33 </configfile>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
34 </configfiles>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
35
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
36 <inputs>
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="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
38 <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
39 <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
40 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
41 <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
42 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
43 <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
44 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
45 <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
46 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
47 <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
48 <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
49 </inputs>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
50 <outputs>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
51 <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
52 </outputs>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
53 <tests>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
54 <test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
55 <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
56 <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
57 <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
58 </test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
59 <test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
60 <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
61 <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
62 <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
63 </test>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
64 </tests>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
65 <help><![CDATA[
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
66
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
67 .. class:: infomark
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
68
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
69 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
70 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
71 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
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
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
75 .. class:: infomark
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
76
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
77 **Inputs**
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
78
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
79 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
80 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
81 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
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
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
85 .. class:: infomark
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
86
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
87 **Outputs**
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
88
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
89 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
90
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
91 ]]></help>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
92 <expand macro="citations"/>
06f376dc117a "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rdock commit ef86cfa5f7ab5043de420511211579d03df58645"
bgruening
parents:
diff changeset
93 </tool>