changeset 6:8f766d9652a2 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit 15694de1df8abe053d0fa0953262dfef419d2936"
author bgruening
date Wed, 01 Sep 2021 09:38:09 +0000
parents 668c60aa4799
children
files prepare_box.xml
diffstat 1 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/prepare_box.xml	Thu Jul 22 14:04:57 2021 +0000
+++ b/prepare_box.xml	Wed Sep 01 09:38:09 2021 +0000
@@ -1,9 +1,9 @@
 <tool id="prepare_box" name="Calculate the box parameters using RDKit" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
     <macros>
-        <token name="@TOOL_VERSION@">2021.03.4</token>
+        <token name="@TOOL_VERSION@">2021.03.5</token>
         <token name="@GALAXY_VERSION@">0</token>
     </macros>
-    <description>for an AutoDock Vina job from a ligand input file (confounding box)</description>
+    <description>for an AutoDock Vina job from a ligand or pocket input file (confounding box)</description>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">rdkit</requirement>
         <requirement type="package" version="1.19.1">numpy</requirement>
@@ -24,8 +24,8 @@
         #end if
     ]]></command>
     <inputs>
-        <param type="data" name="ligand" format="mol,sdf,pdb,mol2" label="Input ligand"
-            help="The input ligand with three-dimensional coordinates (MOL, SDF, PDB and MOL formats supported)."/>
+        <param type="data" name="ligand" format="mol,sdf,pdb,mol2" label="Input ligand or pocket"
+            help="The input ligand or pocket with three-dimensional coordinates (MOL, SDF, PDB and MOL formats supported)."/>
         <param name="bufx" type="float" value="0" label="x-axis buffer"
             help="Buffer in the x direction (in angs.)"/>
         <param name="bufy" type="float" value="0" label="y-axis buffer"
@@ -81,9 +81,13 @@
 
 **Description**
 
-This tool calculates a confounding box around an input ligand and
+This tool calculates a confounding box around an input ligand or pocket and
 uses it to generate the input parameters for an AutoDock Vina job.
 
+If you already know the coordinates of a ligand which binds to the protein, you can simply
+use this file as the tool input. Alternatively, you can search for pockets using the fpocket
+tool and use one of the output PDB files as an input.
+
 The output file can be fed into the AutoDock Vina tool as an alternative to creating the
 parameter file manually.
 
@@ -95,7 +99,7 @@
 
 This tool requires:
 
-* An input ligand - This should be a file (MOL, SDF, PDB or MOL2 format) representing the ligand you wish to dock.
+* An input file (MOL, SDF, PDB or MOL2 format) representing either a ligand, or a pocket found with the fpocket tool.
 
 * (OPTIONAL) Buffers for each direction (x,y,z), which defaults to 0 Å. This value will be added to the confounding box that the tool generates in each respective direction. We recommend that you visualise the calculated box from an initial run of this tool, and calculate the expansion needed in each direction to cover the area of the binding site you wish to explore.