diff CADDSuite/galaxyconfigs/tools/PocketDetector.xml @ 0:8ce0411aaeb3

Uploaded CADDSuite version 0.94
author marcel
date Sun, 26 Jun 2011 14:01:09 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CADDSuite/galaxyconfigs/tools/PocketDetector.xml	Sun Jun 26 14:01:09 2011 -0400
@@ -0,0 +1,38 @@
+
+<!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.-->
+<tool id="pocketdetector" name="PocketDetector" version="0.94">
+    <description>detect binding pocket</description>
+    <command interpreter="bash"><![CDATA[../../PocketDetector 
+#if str( $rec ) != ''  and str( $rec ) != 'None' :
+   -rec "$rec"
+#end if
+#if str( $rl ) != ''  and str( $rl ) != 'None' :
+   -rl "$rl"
+#end if
+#if str( $o ) != ''  and str( $o ) != 'None' :
+   -o "$o"
+#end if
+#if str( $ini ) != ''  and str( $ini ) != 'None' :
+   -ini "$ini"
+#end if
+ | tail -n 5
+]]></command>
+    <inputs>
+        <param name="rec" label="receptor pdb-file" optional="false" type="data" format="pdb"/>
+        <param name="rl" label="reference ligand" optional="false" type="data" format="mol2/sdf/drf"/>
+        <param name="ini" label="input ini file" optional="true" type="data" format="ini"/>
+    </inputs>
+    <outputs>
+        <data name="o" format="ini"/>
+    </outputs>
+    <help>This tool tries to detect the binding pocket in which the reference ligand is located.
+Therefore, probe atoms are placed above the protein surface at positions of relative deep burial. The cluster of probe atoms around the geometric center of the reference ligand is used for the description of the binding pocket.
+
+As input we need:
+    * a file containing a protonated protein in pdb-format. Furthermore, it should contain only relevant (i.e. strongly bound) water molecules as detected by WaterFinder.
+    * a file containing a reference ligand.
+      This reference ligand should be located in the binding pocket.
+      Supported formats are mol2, sdf or drf (DockResultFile, xml-based).
+
+Output of this tool is a docking configuration file that contains the description of the detected binding pocket. This file should in following pipeline steps be specified for docking and rescoring.</help>
+</tool>
\ No newline at end of file