annotate CADDSuite/galaxyconfigs/tools/PocketDetector.xml @ 4:af446ca2d5c6

Uploaded
author marcel
date Fri, 02 Sep 2011 08:54:17 -0400
parents bb26168c5715
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
bb26168c5715 Uploaded
marcel
parents:
diff changeset
1
bb26168c5715 Uploaded
marcel
parents:
diff changeset
2 <!--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.-->
4
af446ca2d5c6 Uploaded
marcel
parents: 3
diff changeset
3 <tool id="pocketdetector" name="PocketDetector" version="0.9.6">
3
bb26168c5715 Uploaded
marcel
parents:
diff changeset
4 <description>detect binding pocket</description>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../PocketDetector
bb26168c5715 Uploaded
marcel
parents:
diff changeset
6 #if str( $rec ) != '' and str( $rec ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
7 -rec "$rec"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
8 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
9 #if str( $rl ) != '' and str( $rl ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
10 -rl "$rl"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
11 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
12 #if str( $o ) != '' and str( $o ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
13 -o "$o"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
14 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
15 #if str( $ini ) != '' and str( $ini ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
16 -ini "$ini"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
17 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
18 | tail -n 5
bb26168c5715 Uploaded
marcel
parents:
diff changeset
19 ]]></command>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
20 <inputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
21 <param name="rec" optional="false" label="receptor pdb-file" type="data" format="pdb"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
22 <param name="rl" optional="false" label="reference ligand" type="data" format="mol2/sdf/drf"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
23 <param name="ini" optional="true" label="input ini file" type="data" format="ini"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
24 </inputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
25 <outputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
26 <data name="o" format="ini"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
27 </outputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
28 <help>This tool tries to detect the binding pocket in which the reference ligand is located.
bb26168c5715 Uploaded
marcel
parents:
diff changeset
29 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.
bb26168c5715 Uploaded
marcel
parents:
diff changeset
30
bb26168c5715 Uploaded
marcel
parents:
diff changeset
31 As input we need:
bb26168c5715 Uploaded
marcel
parents:
diff changeset
32 * 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.
bb26168c5715 Uploaded
marcel
parents:
diff changeset
33 * a file containing a reference ligand.
bb26168c5715 Uploaded
marcel
parents:
diff changeset
34 This reference ligand should be located in the binding pocket.
bb26168c5715 Uploaded
marcel
parents:
diff changeset
35 Supported formats are mol2, sdf or drf (DockResultFile, xml-based).
bb26168c5715 Uploaded
marcel
parents:
diff changeset
36
bb26168c5715 Uploaded
marcel
parents:
diff changeset
37 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>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
38 </tool>