annotate CADDSuite-1.6/galaxyconfigs/tools/SurfaceMatcher.xml @ 9:488032d372e1 draft

Deleted selected files
author marcel
date Sat, 15 Dec 2012 13:16:40 -0500
parents dbb480e39d95
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
1
dbb480e39d95 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.-->
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
3 <tool id="surfacematcher" name="SurfaceMatcher" version="1.6">
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
4 <description>match two protein surfaces onto each other</description>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../SurfaceMatcher
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
6 #if str( $s1 ) != '' and str( $s1 ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
7 -s1 "$s1"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
8 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
9 #if str( $p1 ) != '' and str( $p1 ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
10 -p1 "$p1"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
11 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
12 #if str( $s1_full ) != '' and str( $s1_full ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
13 -s1_full "$s1_full"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
14 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
15 #if str( $s2 ) != '' and str( $s2 ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
16 -s2 "$s2"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
17 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
18 #if str( $p2 ) != '' and str( $p2 ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
19 -p2 "$p2"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
20 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
21 #if str( $s2_full ) != '' and str( $s2_full ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
22 -s2_full "$s2_full"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
23 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
24 #if str( $max_id ) != '' and str( $max_id ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
25 -max_id "$max_id"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
26 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
27 #if str( $max_sec_id ) != '' and str( $max_sec_id ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
28 -max_sec_id "$max_sec_id"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
29 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
30 #if str( $o ) != '' and str( $o ) != 'None' :
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
31 -o "$o"
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
32 #end if
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
33 | tail -n 5
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
34 ]]></command>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
35 <inputs>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
36 <param name="s1" optional="false" label="protein surface 1, template" type="data" format="mol2/sdf/drf"/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
37 <param name="p1" optional="true" label="pseudo atoms for template pocket" type="data" format="data"/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
38 <param name="s1_full" optional="true" label="full-length template protein" type="data" format="mol2/sdf/drf"/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
39 <param name="s2" optional="false" label="protein surface 2, query" type="data" format="mol2/sdf/drf"/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
40 <param name="p2" optional="false" label="pseudo atoms for query pocket" type="data" format="data"/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
41 <param name="s2_full" optional="true" label="full-length query protein (for sequence ident. check only)" type="data" format="data"/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
42 <param name="max_id" optional="true" label="Optional: maximal allowed sequence identity between full-length proteins (in percent); do nothing if threshold is exceeded" type="text" area="true" size="1x5" value=""/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
43 <param name="max_sec_id" optional="true" label="Optional: maximal allowed secondary structure identity between full-length proteins (in percent); do nothing if threshold is exceeded" type="text" area="true" size="1x5" value=""/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
44 </inputs>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
45 <outputs>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
46 <data name="o" format="mol2/sdf/drf"/>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
47 </outputs>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
48 <help>SurfaceMatcher superposes two protein surfaces onto each other. This allows to examine the similarity of the binding pockets of two proteins of interest or search for pockets that are similar to a given pocket. The latter goal can be achieved by successively applying this tool to the studied pocket and a range of other protein-ligand binding pockets, e.g. all such pockets found in the PDB.
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
49
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
50 As input we need two files containing the receptor atoms that contribute the SES of the binding pocket of the respective protein, as generated by PocketCutter.
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
51 Furthermore, pocket pseudo-atoms as generated by PocketDetector should be specified. The information contained in these files helps to insure to minimize matching solvent-accessible space of one pocket onto that of the other pocket.
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
52
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
53 The output of SurfaceMatcher consists of a file containing the matched template surface atoms. Alternatively, the full-length template protein can be passed to this tool, in which case it will be transform and written to the specified output. However, even in this case only the surfaces (and not the full-length protein) will be used to compute the actual superposition and similarity.</help>
dbb480e39d95 Uploaded
marcel
parents:
diff changeset
54 </tool>