annotate CADDSuite/galaxyconfigs/tools/AntitargetRescorer.xml @ 5:b7a89b15646f

Uploaded
author marcel
date Tue, 12 Jul 2011 10:23:33 -0400
parents ff6df146c0d5
children
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.-->
5
b7a89b15646f Uploaded
marcel
parents: 3
diff changeset
3 <tool id="antitargetrescorer" name="AntitargetRescorer" version="0.95">
3
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
4 <description>rescore w/ anti-target dock-results</description>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
5 <command interpreter="bash"><![CDATA[../../AntitargetRescorer
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
6 #if str( $t ) != '' and str( $t ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
7 -t "$t"
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
8 #end if
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
9 #if str( $at ) != '' and str( $at ) != 'None' :
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
10 -at "$at"
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 | tail -n 5
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
16 ]]></command>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
17 <inputs>
5
b7a89b15646f Uploaded
marcel
parents: 3
diff changeset
18 <param name="t" optional="false" label="input file w/ target dock-results" type="data" format="mol2/sdf/drf"/>
b7a89b15646f Uploaded
marcel
parents: 3
diff changeset
19 <param name="at" optional="false" label="input file w/ anti-target dock-results" type="data" format="mol2/sdf/drf"/>
3
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
20 </inputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
21 <outputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
22 <data name="o" format="mol2/sdf/drf" format_source="t"/>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
23 </outputs>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
24 <help>This tool rescores docking output poses.
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
25 AntitargetRescoring can be used to try to enhance target specificity. Therefore, dock your compounds into your target of interest and into a (very) different protein and supply the docking results here. All compounds that received a very good antitarget-score will thus be penalized, i.e. they will have a much worse score within the output file.
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
26
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
27 As input we need:
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
28 * a file containing the compounds that are to be rescored. Supported formats are mol2, sdf or drf (DockResultFile, xml-based). Those compound should have been docket into the specified protein (i.e. the target).
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
29 * a file containing the same compounds docked into the antitarget.
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
30
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
31 Output of this tool is a file in the same format as the input ligand file containing all compounds with scores obtained by rescoring in form of a property 'antitarget_rescore'.</help>
ff6df146c0d5 Uploaded
marcel
parents:
diff changeset
32 </tool>