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

Uploaded
author marcel
date Sun, 26 Jun 2011 13:53:57 -0400
parents
children b7a89b15646f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
1
ff6df146c0d5 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.-->
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
3 <tool id="bindingdbcleaner" name="BindingDBCleaner" version="0.94">
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
4 <description>fix bindingdb.org downloads</description>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../BindingDBCleaner
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
6 #if str( $i ) != '' and str( $i ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
7 -i "$i"
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
8 #end if
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
9 #if str( $type ) != '' and str( $type ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
10 -type "$type"
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
11 #end if
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
12 #if str( $o ) != '' and str( $o ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
13 -o "$o"
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
14 #end if
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
15 #if str( $target ) != '' and str( $target ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
16 -target "$target"
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
17 #end if
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
18 | tail -n 5
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
19 ]]></command>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
20 <inputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
21 <param name="i" label="input file" optional="false" type="data" format="mol2/sdf/drf"/>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
22 <param name="type" label="type of contained activity values: 'Ki' or 'IC50'" optional="false" type="select">
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
23 <option value="IC50">IC50</option>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
24 <option value="Ki">Ki</option>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
25 </param>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
26 <param name="target" label="binding-DB target name" optional="false" area="true" type="text" size="1x15"/>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
27 </inputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
28 <outputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
29 <data name="o" format="mol2/sdf/drf" format_source="i"/>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
30 </outputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
31 <help>This tool cleans up the sd-properties contained in sd-files downloaded from bindingdb.org.
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
32
ff6df146c0d5 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'.
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
34
ff6df146c0d5 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>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
36 </tool>