annotate CADDSuite/galaxyconfigs/tools/SpatialConstraintDefiner.xml @ 3:ff6df146c0d5

Uploaded
author marcel
date Sun, 26 Jun 2011 13:53:57 -0400
parents 867bf9f815a0
children b7a89b15646f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
1
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
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.-->
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
3 <tool id="spatialconstraintdefiner" name="SpatialConstraintDefiner" version="0.94">
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
4 <description>define spatial constraint</description>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../SpatialConstraintDefiner
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
6 #if str( $ini ) != '' and str( $ini ) != 'None' :
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
7 -ini "$ini"
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
8 #end if
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
9 #if str( $i ) != '' and str( $i ) != 'None' :
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
10 -i "$i"
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
11 #end if
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
12 #if str( $o ) != '' and str( $o ) != 'None' :
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
13 -o "$o"
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
14 #end if
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
15 #if str( $type ) != '' and str( $type ) != 'None' :
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
16 -type "$type"
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
17 #end if
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
18 #if str( $n ) != '' and str( $n ) != 'None' :
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
19 -n "$n"
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
20 #end if
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
21 #if str( $p ) != '' and str( $p ) != 'None' :
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
22 -p "$p"
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
23 #end if
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
24 | tail -n 5
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
25 ]]></command>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
26 <inputs>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
27 <param name="ini" label="input configuration file" optional="true" type="data" format="ini"/>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
28 <param name="i" label="input molecule file" optional="false" type="data" format="mol2/sdf/drf"/>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
29 <param name="type" label="'fraction' or 'number' of compound atoms" optional="false" type="select">
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
30 <option value="fraction">fraction</option>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
31 <option value="number">number</option>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
32 </param>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
33 <param name="n" label="desired number/fraction of atoms in spatial area" optional="false" type="text" area="true" size="1x5" value=""/>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
34 <param name="p" label="penalty value" optional="false" type="text" area="true" size="1x5" value="1e11"/>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
35 </inputs>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
36 <outputs>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
37 <data name="o" format="ini"/>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
38 </outputs>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
39 <help>This tool allows to define spatial constraints for docking or scoring.
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
40
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
41 For convenience, we use a molecule file as input and generate a boundary box around the contained compound. This molecule can therefore for example contain the reference ligand (obtained from a co-crystal structure), or a docked compound, or just a set of dummy atoms used to manually define the boundaries of the desired spatial constraint.
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
42 Furthermore, you need to specify how many atoms of the compound to be docked (or scored) should be located inside the spatial area. You can either specify a number of atoms or a fraction of molecule atoms for this.
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
43
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
44 Output of this tool is a ini-file that contains the desired spatial constraint.</help>
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents:
diff changeset
45 </tool>