Mercurial > repos > bgruening > autodock_vina
annotate docking.xml @ 5:c410ffcabf9d draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author | bgruening |
---|---|
date | Tue, 07 May 2019 13:31:43 -0400 |
parents | 3c8e86318a81 |
children | 0ae768a0e5c0 |
rev | line source |
---|---|
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
1 <tool id="docking" name="Docking" version="0.2.0"> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
2 <description>tool to perform protein-ligand docking with Autodock Vina</description> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
3 <requirements> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
4 <requirement type="package" version="1.1.2">autodock-vina</requirement> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
5 </requirements> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
6 <stdio> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
7 <exit_code range="1" /> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
8 </stdio> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
9 <command><![CDATA[ |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
10 #if $config_params.config_params == 'vals': |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
11 vina |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
12 --center_x '$config_params.center_x' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
13 --center_y '$config_params.center_y' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
14 --center_z '$config_params.center_z' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
15 --size_x '$config_params.size_x' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
16 --size_y '$config_params.size_y' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
17 --size_z '$config_params.size_z' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
18 --exhaustiveness '$config_params.exh' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
19 --num_modes 9999 |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
20 --energy_range 9999 |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
21 --receptor '$receptor' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
22 --ligand '$ligand' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
23 --out '$file_output1' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
24 --log '$file_output2' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
25 --cpu \${GALAXY_SLOTS:-1} |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
26 #if $config_params.seed.seed == 'true': |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
27 --seed '$config_params.seed.seed_value' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
28 #end if |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
29 #end if |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
30 #if $config_params.config_params == 'file': |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
31 vina |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
32 --config '$config_params.box' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
33 --receptor '$receptor' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
34 --ligand '$ligand' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
35 --out '$file_output1' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
36 --log '$file_output2' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
37 --cpu \${GALAXY_SLOTS:-1} |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
38 |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
39 #end if |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
40 |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
41 ]]></command> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
42 <inputs> |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
43 <param type="data" name="receptor" format="pdbqt" label="Receptor" help="Select a receptor (PDBQT format). This can be prepared using the receptor preparation tool." /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
44 <param type="data" name="ligand" format="pdbqt" label="Ligand" help="Select a ligand (PDBQT format). This can be prepared using the ligand preparation tool." /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
45 <conditional name="config_params"> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
46 <param name="config_params" type="select" label="Specify parameters"> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
47 <option value="file">Upload a config file to specify parameters</option> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
48 <option value="vals">Specify values directly</option> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
49 </param> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
50 <when value="vals"> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
51 <param type="float" name="center_x" label="x coordinate" help="x coordinate of the binding site." value="0"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
52 <param type="float" name="center_y" label="y coordinate" help="y coordinate of the binding site." value="0"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
53 <param type="float" name="center_z" label="z coordinate" help="z coordinate of the binding site." value="0"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
54 <param type="float" name="size_x" label="x size" help="Length of the binding site (Å) in the x direction." value="0"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
55 <param type="float" name="size_y" label="y size" help="Length of the binding site (Å) in the y direction." value="0"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
56 <param type="float" name="size_z" label="z size" help="Length of the binding site (Å) in the z direction." value="0"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
57 <param type="integer" name="exh" label="Exhaustiveness" help="The number of poses to return from the docking job" value="10"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
58 <conditional name="seed"> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
59 <param name="seed" type="boolean" label="Specify random seed for simulation reproducibility?"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
60 <when value="true"> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
61 <param type="integer" name="seed_value" label="Random seed" help="Choose a seed value" value="1"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
62 </when> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
63 <when value="false"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
64 </conditional> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
65 </when> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
66 <when value="file"> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
67 <param type="data" name="box" format="txt" label="Box configuration" help="Text file with the box configurations" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
68 </when> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
69 </conditional> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
70 </inputs> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
71 <outputs> |
3
65ffed035ca8
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472
bgruening
parents:
2
diff
changeset
|
72 <data name="file_output1" format="pdbqt" /> |
65ffed035ca8
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472
bgruening
parents:
2
diff
changeset
|
73 <data name="file_output2" format="txt" /> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
74 </outputs> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
75 <tests> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
76 <test> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
77 <param name="receptor" value="3u1i_for_DM.pdbqt"/> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
78 <param name="ligand" value="NuBBE_1_obabel_3D.pdbqt"/> |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
79 <param name="config_params" value="vals"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
80 <param name="center_x" value="70.92" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
81 <param name="center_y" value="70.57" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
82 <param name="center_z" value="36.86" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
83 <param name="size_x" value="20.00" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
84 <param name="size_y" value="18.40" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
85 <param name="size_z" value="23.60" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
86 <param name="seed" value="true" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
87 <param name="seed_value" value="1" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
88 <param name="exhaustivenesss" value="10" /> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
89 <output name="file_output1" file="NuBBE_1_obabel_3D_-_3u1i_for_DM.pdbqt"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
90 <output name="file_output2" file="NuBBE_1_obabel_3D_-_3u1i_for_DM.log"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
91 </test> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
92 <test> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
93 <param name="receptor" value="3u1i_for_DM.pdbqt"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
94 <param name="ligand" value="NuBBE_1_obabel_3D.pdbqt"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
95 <param name="config_params" value="file"/> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
96 <param name="box" value="config_complexo_dm.txt"/> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
97 <output name="file_output1" file="NuBBE_1_obabel_3D_-_3u1i_for_DM.pdbqt"/> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
98 <output name="file_output2" file="NuBBE_1_obabel_3D_-_3u1i_for_DM.log"/> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
99 </test> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
100 </tests> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
101 <help><![CDATA[ |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
102 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
103 This tool performs protein-ligand docking using the Autodock Vina program. |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
104 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
105 **Inputs** |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
106 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
107 The first two inputs required are files (in the pdbqt format) describing the receptor and ligand respectively. These files are produced by the receptor and ligand preparation tools. |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
108 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
109 In addition, parameters for docking must be defined. The Cartesian coordinates of the center of the binding site should be provided, along with the size of the binding site along each dimension. Effectively, this defines a cuboidal volume in which docking is performed. Alternatively, a config file can be uploaded containing this information - such a file can be generated from the box parameter calculation file. |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
110 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
111 **Outputs** |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
112 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
113 Two outputs are generated by this tool. The first is another pdbqt file containing the molecular structure resulting from docking, such as the following example:: |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
114 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
115 MODEL 1 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
116 REMARK VINA RESULT: -0.0 0.000 0.000 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
117 REMARK 9 active torsions: |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
118 REMARK status: ('A' for Active; 'I' for Inactive) |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
119 REMARK 1 A between atoms: C_2 and O_3 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
120 REMARK 2 A between atoms: C_2 and C_14 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
121 REMARK 3 A between atoms: O_3 and C_4 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
122 REMARK 4 A between atoms: C_4 and C_5 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
123 REMARK 5 A between atoms: C_6 and C_8 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
124 REMARK 6 A between atoms: C_8 and C_9 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
125 REMARK 7 A between atoms: C_9 and C_10 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
126 REMARK 8 A between atoms: C_16 and O_17 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
127 REMARK 9 A between atoms: C_19 and O_20 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
128 ROOT |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
129 ATOM 1 O LIG d 1 72.801 71.157 37.352 0.00 0.00 -0.259 OA |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
130 ATOM 2 C LIG d 1 73.413 72.112 37.794 0.00 0.00 0.293 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
131 ENDROOT |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
132 BRANCH 2 3 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
133 ATOM 3 O LIG d 1 72.912 73.321 38.144 0.00 0.00 -0.314 OA |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
134 BRANCH 3 4 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
135 ATOM 4 C LIG d 1 71.868 73.332 39.120 0.00 0.00 0.206 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
136 BRANCH 4 5 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
137 ATOM 5 C LIG d 1 72.522 73.555 40.453 0.00 0.00 0.002 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
138 ATOM 6 C LIG d 1 72.762 72.629 41.405 0.00 0.00 -0.085 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
139 ATOM 7 C LIG d 1 72.390 71.176 41.274 0.00 0.00 0.043 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
140 BRANCH 6 8 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
141 ATOM 8 C LIG d 1 73.435 73.012 42.714 0.00 0.00 0.037 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
142 BRANCH 8 9 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
143 ATOM 9 C LIG d 1 74.184 74.348 42.631 0.00 0.00 0.031 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
144 BRANCH 9 10 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
145 ATOM 10 C LIG d 1 75.668 74.175 42.431 0.00 0.00 -0.024 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
146 ATOM 11 C LIG d 1 76.399 74.547 41.360 0.00 0.00 -0.091 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
147 ATOM 12 C LIG d 1 75.833 75.151 40.104 0.00 0.00 0.042 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
148 ATOM 13 C LIG d 1 77.897 74.373 41.339 0.00 0.00 0.042 C |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
149 ENDBRANCH 9 10 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
150 ENDBRANCH 8 9 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
151 ENDBRANCH 6 8 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
152 ENDBRANCH 4 5 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
153 ENDBRANCH 3 4 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
154 ENDBRANCH 2 3 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
155 BRANCH 2 14 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
156 ATOM 14 C LIG d 1 74.882 72.132 38.012 0.00 0.00 0.042 A |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
157 ATOM 15 C LIG d 1 75.732 72.845 37.153 0.00 0.00 0.057 A |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
158 ATOM 16 C LIG d 1 77.101 72.826 37.385 0.00 0.00 0.099 A |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
159 ATOM 17 C LIG d 1 77.623 72.116 38.462 0.00 0.00 0.098 A |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
160 ATOM 18 C LIG d 1 76.791 71.422 39.330 0.00 0.00 0.040 A |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
161 ATOM 19 C LIG d 1 75.412 71.432 39.110 0.00 0.00 0.020 A |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
162 BRANCH 16 20 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
163 ATOM 20 O LIG d 1 77.978 73.498 36.578 0.00 0.00 -0.358 OA |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
164 ATOM 21 HO LIG d 1 77.680 74.093 35.900 1.00 0.00 0.217 HD |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
165 ENDBRANCH 16 20 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
166 BRANCH 17 22 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
167 ATOM 22 O LIG d 1 78.971 72.100 38.675 0.00 0.00 -0.358 OA |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
168 ATOM 23 HO LIG d 1 79.541 71.651 38.060 1.00 0.00 0.217 HD |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
169 ENDBRANCH 17 22 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
170 ENDBRANCH 2 14 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
171 TORSDOF 9 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
172 ENDMDL |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
173 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
174 The second output is a log file containing the binding affinity scores, like the following:: |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
175 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
176 ----------------------------------------------------------------- |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
177 If you used AutoDock Vina in your work, please cite: |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
178 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
179 O. Trott, A. J. Olson, |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
180 AutoDock Vina: improving the speed and accuracy of docking |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
181 with a new scoring function, efficient optimization and |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
182 multithreading, Journal of Computational Chemistry 31 (2010) |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
183 455-461 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
184 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
185 DOI 10.1002/jcc.21334 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
186 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
187 Please see http://vina.scripps.edu for more information. |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
188 ------------------------------------------------------------------ |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
189 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
190 Reading input ... done. |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
191 Setting up the scoring function ... done. |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
192 Analyzing the binding site ... done. |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
193 Using random seed: 1899908181 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
194 Performing search ... done. |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
195 Refining results ... done. |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
196 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
197 mode | affinity | dist from best mode |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
198 | (kcal/mol) | rmsd l.b.| rmsd u.b. |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
199 -----+------------+----------+---------- |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
200 1 -0.0 0.000 0.000 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
201 2 -0.0 2.046 2.443 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
202 3 -0.0 5.896 7.949 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
203 4 -0.0 2.518 3.100 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
204 5 -0.0 2.417 4.527 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
205 6 -0.0 5.686 7.689 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
206 7 -0.0 2.828 4.792 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
207 8 -0.0 5.547 7.086 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
208 9 -0.0 7.388 9.966 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
209 10 -0.0 7.877 11.352 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
210 11 -0.0 8.203 10.157 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
211 12 -0.0 5.163 7.653 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
212 13 -0.0 3.093 6.011 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
213 14 -0.0 7.998 11.146 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
214 15 -0.0 7.015 10.108 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
215 16 -0.0 8.795 11.682 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
216 17 -0.0 7.317 10.367 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
217 18 0.0 3.274 4.160 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
218 19 0.0 10.286 12.001 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
219 20 0.0 3.566 5.349 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
220 Writing output ... done. |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
221 ]]></help> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
222 <citations> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
223 <citation type="doi">10.1002/jcc.21334</citation> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
224 </citations> |
3
65ffed035ca8
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472
bgruening
parents:
2
diff
changeset
|
225 </tool> |