Mercurial > repos > bgruening > rxdock_rbcavity
annotate rbcavity.xml @ 1:583dcdbdbf42 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit e9c627440028cfd2c743462927672e0c5e3576aa"
author | bgruening |
---|---|
date | Sat, 25 Apr 2020 08:58:47 -0400 |
parents | e99f861ba68a |
children | 7fac8e7a12d5 |
rev | line source |
---|---|
0
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
1 <tool id="rxdock_rbcavity" name="rxDock cavity definition" version="0.1"> |
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> |
0
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
5 </macros> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
7 <command><![CDATA[ |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
8 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
|
9 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
|
10 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
|
11 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
|
12 ls -l |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
13 ]]></command> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
14 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
15 <configfiles> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
16 <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
|
17 RECEPTOR_FILE receptor.mol2 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
18 RECEPTOR_FLEX 3.0 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
19 SECTION MAPPER |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
20 SITE_MAPPER RbtLigandSiteMapper |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
21 REF_MOL ligand.sdf |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
22 RADIUS $radius |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
23 SMALL_SPHERE $sphere |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
24 MIN_VOLUME $min_volume |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
25 MAX_CAVITIES 1 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
26 VOL_INCR $vol_incr |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
27 GRIDSTEP $gridstep |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
28 END_SECTION |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
29 SECTION CAVITY |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
30 SCORING_FUNCTION RbtCavityGridSF |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
31 WEIGHT $weight |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
32 END_SECTION |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
33 </configfile> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
34 </configfiles> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
35 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
36 <inputs> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
37 <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
|
38 <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
|
39 <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
|
40 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
|
41 <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
|
42 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
|
43 <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
|
44 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
|
45 <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
|
46 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
|
47 <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
|
48 <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
|
49 </inputs> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
50 <outputs> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
51 <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
|
52 </outputs> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
53 <tests> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
54 <test> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
55 <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
|
56 <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
|
57 <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
|
58 </test> |
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 <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
|
61 <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
|
62 <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
|
63 </test> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
64 </tests> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
65 <help><![CDATA[ |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
66 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
67 .. class:: infomark |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
68 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
69 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
|
70 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
|
71 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
|
72 |
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 .. class:: infomark |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
76 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
77 **Inputs** |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
78 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
79 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
|
80 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
|
81 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
|
82 |
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 .. class:: infomark |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
86 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
87 **Outputs** |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
88 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
89 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
|
90 |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
91 ]]></help> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
92 <expand macro="citations"/> |
e99f861ba68a
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/rxdock commit bb19570293b920983b6856b30b42203a09543bc5"
bgruening
parents:
diff
changeset
|
93 </tool> |