Mercurial > repos > bgruening > autodock_vina
annotate docking.xml @ 6:0ae768a0e5c0 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
author | bgruening |
---|---|
date | Wed, 19 Jun 2019 06:43:41 -0400 |
parents | c410ffcabf9d |
children | 7b2f205b3f68 |
rev | line source |
---|---|
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
1 <tool id="docking" name="Docking" version="0.2.1"> |
5
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> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
5 <requirement type="package" version="2.4.1">openbabel</requirement> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
6 </requirements> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
7 <stdio> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
8 <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
|
9 </stdio> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
10 <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
|
11 #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
|
12 vina |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
13 --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
|
14 --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
|
15 --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
|
16 --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
|
17 --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
|
18 --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
|
19 --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
|
20 --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
|
21 --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
|
22 --receptor '$receptor' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
23 --ligand '$ligand' |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
24 --out './output1.dat' |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
25 --log './output2.dat' |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
26 --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
|
27 #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
|
28 --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
|
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 #end if |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
31 #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
|
32 vina |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
33 --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
|
34 --receptor '$receptor' |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
35 --ligand '$ligand' |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
36 --out './output1.dat' |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
37 --log './output2.dat' |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
38 --cpu \${GALAXY_SLOTS:-1} |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
39 #if $config_params.exh != "": |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
40 --exhaustiveness $config_params.exh |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
41 #end if |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
42 #end if |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
43 #if $output_format == 'sdf': |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
44 && python '$__tool_directory__/convert_pdbqt_to_sdf.py' './output1.dat' '$sdf_output' |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
45 #else |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
46 && mv ./output1.dat '$file_output1' |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
47 && mv ./output2.dat '$file_output2' |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
48 #end if |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
49 |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
50 ]]></command> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
51 <inputs> |
5
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="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
|
53 <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
|
54 <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
|
55 <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
|
56 <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
|
57 <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
|
58 </param> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
59 <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
|
60 <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
|
61 <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
|
62 <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
|
63 <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
|
64 <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
|
65 <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
|
66 <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
|
67 <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
|
68 <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
|
69 <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
|
70 <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
|
71 </when> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
72 <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
|
73 </conditional> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
74 </when> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
75 <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
|
76 <param type="data" name="box" format="txt" label="Box configuration" help="Text file with the box configurations" /> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
77 <param type="integer" name="exh" label="Exhaustiveness" help="The number of poses to return from the docking job (optional, will override any value specified in the config file)" optional="true"/> |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
78 </when> |
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
79 </conditional> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
80 <param type="select" name="output_format" label="Output format" help="Select a format for the output files"> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
81 <option value="pdbqt" selected="true">PDBQT (and separate log file with binding scores)</option> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
82 <option value="sdf">SDF</option> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
83 </param> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
84 </inputs> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
85 <outputs> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
86 <data name="file_output1" format="pdbqt"> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
87 <filter>output_format == 'pdbqt'</filter> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
88 </data> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
89 <data name="file_output2" format="txt"> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
90 <filter>output_format == 'pdbqt'</filter> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
91 </data> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
92 <data name="sdf_output" format="sdf"> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
93 <filter>output_format == 'sdf'</filter> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
94 </data> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
95 </outputs> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
96 <tests> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
97 <test expect_num_outputs="2"> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
98 <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
|
99 <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
|
100 <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
|
101 <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
|
102 <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
|
103 <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
|
104 <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
|
105 <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
|
106 <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
|
107 <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
|
108 <param name="seed_value" value="1" /> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
109 <param name="exhaustiveness" value="10" /> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
110 <param name="output_format" value="pdbqt" /> |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
111 <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
|
112 <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
|
113 </test> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
114 <test expect_num_outputs="2"> |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
115 <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
|
116 <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
|
117 <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
|
118 <param name="box" value="config_complexo_dm.txt"/> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
119 <param name="output_format" value="pdbqt" /> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
120 <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
|
121 <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
|
122 </test> |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
123 <test expect_num_outputs="1"> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
124 <param name="receptor" value="3u1i_for_DM.pdbqt"/> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
125 <param name="ligand" value="NuBBE_1_obabel_3D.pdbqt"/> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
126 <param name="config_params" value="file"/> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
127 <param name="box" value="config_complexo_dm.txt"/> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
128 <param name="output_format" value="sdf" /> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
129 <output name="sdf_output" file="NuBBE_1_obabel_3D_-_3u1i_for_DM.sdf" lines_diff="40"/> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
130 </test> |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
131 </tests> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
132 <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
|
133 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
134 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
|
135 |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
136 ----- |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
137 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
138 .. class:: infomark |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
139 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
140 **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
|
141 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
142 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
|
143 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
144 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
|
145 |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
146 A format for the output should also be selected: the available options are PDBQT or SDF. |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
147 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
148 ----- |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
149 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
150 .. class:: infomark |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
151 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
152 **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
|
153 |
6
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
154 Either PDBQT or SDF may be selected as output. |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
155 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
156 **Option 1: SDF** |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
157 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
158 An SDF file is produced as output. The binding affinity scores are also contained within the SDF file.:: |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
159 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
160 OpenBabel06171915303D |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
161 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
162 23 23 0 0 0 0 0 0 0 0999 V2000 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
163 66.9030 73.3450 36.0040 O 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
164 66.8190 73.2170 37.2120 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
165 66.0490 72.3370 37.8940 O 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
166 66.2290 70.9500 37.5970 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
167 67.2070 70.4140 38.6010 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
168 68.5140 70.1440 38.3980 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
169 69.2150 70.3400 37.0800 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
170 69.3810 69.5970 39.5210 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
171 68.7730 69.8280 40.9100 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
172 69.3750 71.0120 41.6220 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
173 68.7550 72.1570 41.9760 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
174 67.3280 72.4970 41.6430 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
175 69.4770 73.2270 42.7560 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
176 67.5570 74.0540 38.1920 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
177 66.9010 75.0480 38.9340 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
178 67.6300 75.8170 39.8300 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
179 68.9950 75.5990 39.9980 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
180 69.6510 74.6060 39.2850 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
181 68.9300 73.8240 38.3800 C 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
182 67.0450 76.8040 40.5760 O 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
183 67.5560 77.4980 40.9760 H 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
184 69.7010 76.3670 40.8780 O 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
185 69.2520 76.7930 41.5990 H 0 0 0 0 0 0 0 0 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
186 1 2 2 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
187 2 3 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
188 2 14 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
189 4 3 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
190 4 5 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
191 6 5 2 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
192 6 8 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
193 7 6 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
194 8 9 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
195 9 10 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
196 10 11 2 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
197 11 13 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
198 12 11 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
199 14 19 2 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
200 14 15 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
201 15 16 2 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
202 16 17 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
203 16 20 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
204 17 22 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
205 18 17 2 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
206 19 18 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
207 20 21 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
208 22 23 1 0 0 0 0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
209 M END |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
210 > <MODEL> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
211 1 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
212 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
213 > <REMARK> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
214 VINA RESULT: 0.0 0.000 0.000 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
215 9 active torsions: |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
216 status: ('A' for Active; 'I' for Inactive) |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
217 1 A between atoms: C_2 and O_3 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
218 2 A between atoms: C_2 and C_14 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
219 3 A between atoms: O_3 and C_4 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
220 4 A between atoms: C_4 and C_5 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
221 5 A between atoms: C_6 and C_8 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
222 6 A between atoms: C_8 and C_9 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
223 7 A between atoms: C_9 and C_10 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
224 8 A between atoms: C_16 and O_17 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
225 9 A between atoms: C_19 and O_20 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
226 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
227 > <TORSDO> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
228 F 9 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
229 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
230 > <SCORE> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
231 0.0 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
232 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
233 > <RMSD_LB> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
234 0.000 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
235 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
236 > <RMSD_UB> |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
237 0.000 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
238 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
239 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
240 **Option 2: PDBQT** |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
241 |
0ae768a0e5c0
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit a2f6034a691af458e3df662e36d7f05617982bdc
bgruening
parents:
5
diff
changeset
|
242 Two outputs are generated if PDBQT output is selected. 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
|
243 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
244 MODEL 1 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
245 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
|
246 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
|
247 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
|
248 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
|
249 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
|
250 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
|
251 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
|
252 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
|
253 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
|
254 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
|
255 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
|
256 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
|
257 ROOT |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
258 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
|
259 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
|
260 ENDROOT |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
261 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
|
262 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
|
263 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
|
264 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
|
265 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
|
266 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
|
267 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
|
268 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
|
269 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
|
270 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
|
271 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
|
272 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
|
273 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
|
274 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
|
275 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
|
276 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
|
277 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
|
278 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
|
279 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
|
280 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
|
281 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
|
282 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
|
283 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
|
284 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
|
285 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
|
286 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
|
287 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
|
288 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
|
289 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
|
290 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
|
291 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
|
292 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
|
293 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
|
294 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
|
295 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
|
296 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
|
297 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
|
298 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
|
299 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
|
300 TORSDOF 9 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
301 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
|
302 |
5
c410ffcabf9d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
303 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
|
304 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
305 ----------------------------------------------------------------- |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
306 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
|
307 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
308 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
|
309 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
|
310 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
|
311 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
|
312 455-461 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
313 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
314 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
|
315 |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
316 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
|
317 ------------------------------------------------------------------ |
2
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
318 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
319 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
|
320 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
|
321 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
|
322 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
|
323 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
|
324 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
|
325 |
4
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
326 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
|
327 | (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
|
328 -----+------------+----------+---------- |
3c8e86318a81
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit e1bdd1a326072b9c6a318863aabcba2d9918f787
bgruening
parents:
3
diff
changeset
|
329 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
|
330 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
|
331 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
|
332 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
|
333 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
|
334 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
|
335 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
|
336 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
|
337 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
|
338 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
|
339 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
|
340 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
|
341 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
|
342 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
|
343 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
|
344 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
|
345 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
|
346 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
|
347 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
|
348 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
|
349 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
|
350 ]]></help> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
351 <citations> |
18dec59e29ae
planemo upload for repository https://github.com/leobiscassi/galaxytools/tree/autodock_vina_tools/chemicaltoolbox/autodock_vina commit a349cb4673231f12344e418513a08691925565d9
bgruening
parents:
diff
changeset
|
352 <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
|
353 </citations> |
3
65ffed035ca8
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit 5f1e53104d11817b9f1f93c4df17b77c80bd7472
bgruening
parents:
2
diff
changeset
|
354 </tool> |