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