annotate CADDSuite/galaxyconfigs/tools/BindingDBCleaner.xml @ 3:bb26168c5715

Uploaded
author marcel
date Tue, 12 Jul 2011 10:53:07 -0400
parents
children af446ca2d5c6
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.-->
bb26168c5715 Uploaded
marcel
parents:
diff changeset
3 <tool id="bindingdbcleaner" name="BindingDBCleaner" version="0.95">
bb26168c5715 Uploaded
marcel
parents:
diff changeset
4 <description>fix bindingdb.org downloads</description>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../BindingDBCleaner
bb26168c5715 Uploaded
marcel
parents:
diff changeset
6 #if str( $i ) != '' and str( $i ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
7 -i "$i"
bb26168c5715 Uploaded
marcel
parents:
diff changeset
8 #end if
bb26168c5715 Uploaded
marcel
parents:
diff changeset
9 #if str( $type ) != '' and str( $type ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
10 -type "$type"
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( $target ) != '' and str( $target ) != 'None' :
bb26168c5715 Uploaded
marcel
parents:
diff changeset
16 -target "$target"
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="i" optional="false" label="input file" type="data" format="mol2/sdf/drf"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
22 <param name="type" optional="false" label="type of contained activity values: 'Ki' or 'IC50'" type="select">
bb26168c5715 Uploaded
marcel
parents:
diff changeset
23 <option value="IC50">IC50</option>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
24 <option value="Ki">Ki</option>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
25 </param>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
26 <param name="target" optional="false" label="binding-DB target name" area="true" type="text" size="1x15"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
27 </inputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
28 <outputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
29 <data name="o" format="mol2/sdf/drf" format_source="i"/>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
30 </outputs>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
31 <help>This tool cleans up the sd-properties contained in sd-files downloaded from bindingdb.org.
bb26168c5715 Uploaded
marcel
parents:
diff changeset
32
bb26168c5715 Uploaded
marcel
parents:
diff changeset
33 For all compounds in the input file, the affinity value for the specified target is searched and retained but all other properties are removed. Furthermore, the IC50 or Ki value of each compound is converted to a binding-free-energy value in units of [kJ/mol] that is added as a property-tag named 'binding_free_energy'.
bb26168c5715 Uploaded
marcel
parents:
diff changeset
34
bb26168c5715 Uploaded
marcel
parents:
diff changeset
35 All compounds in the input file for which no IC50 resp. Ki value for the specified target can found, are ignored and not written to the output file.</help>
bb26168c5715 Uploaded
marcel
parents:
diff changeset
36 </tool>