Mercurial > repos > marcel > caddsuite_mac10_6
comparison CADDSuite/galaxyconfigs/tools/AntitargetRescorer.xml @ 0:8ce0411aaeb3
Uploaded CADDSuite version 0.94
author | marcel |
---|---|
date | Sun, 26 Jun 2011 14:01:09 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8ce0411aaeb3 |
---|---|
1 | |
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.--> | |
3 <tool id="antitargetrescorer" name="AntitargetRescorer" version="0.94"> | |
4 <description>rescore w/ anti-target dock-results</description> | |
5 <command interpreter="bash"><![CDATA[../../AntitargetRescorer | |
6 #if str( $t ) != '' and str( $t ) != 'None' : | |
7 -t "$t" | |
8 #end if | |
9 #if str( $at ) != '' and str( $at ) != 'None' : | |
10 -at "$at" | |
11 #end if | |
12 #if str( $o ) != '' and str( $o ) != 'None' : | |
13 -o "$o" | |
14 #end if | |
15 | tail -n 5 | |
16 ]]></command> | |
17 <inputs> | |
18 <param name="t" label="input file w/ target dock-results" optional="false" type="data" format="mol2/sdf/drf"/> | |
19 <param name="at" label="input file w/ anti-target dock-results" optional="false" type="data" format="mol2/sdf/drf"/> | |
20 </inputs> | |
21 <outputs> | |
22 <data name="o" format="mol2/sdf/drf" format_source="t"/> | |
23 </outputs> | |
24 <help>This tool rescores docking output poses. | |
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. | |
26 | |
27 As input we need: | |
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). | |
29 * a file containing the same compounds docked into the antitarget. | |
30 | |
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> | |
32 </tool> |