Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/galaxyconfigs/tools/ConstraintsFinder.xml @ 7:5b29b679ee6d
Uploaded Version 0.95
author | marcel |
---|---|
date | Tue, 12 Jul 2011 10:29:49 -0400 |
parents | |
children | 9ab6da6cd36c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite/galaxyconfigs/tools/ConstraintsFinder.xml Tue Jul 12 10:29:49 2011 -0400 @@ -0,0 +1,38 @@ + +<!--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.--> +<tool id="constraintsfinder" name="ConstraintsFinder" version="0.95"> + <description>find strongly interacting residues</description> + <command interpreter="bash"><![CDATA[../../ConstraintsFinder +#if str( $rec ) != '' and str( $rec ) != 'None' : + -rec "$rec" +#end if +#if str( $rl ) != '' and str( $rl ) != 'None' : + -rl "$rl" +#end if +#if str( $ini ) != '' and str( $ini ) != 'None' : + -ini "$ini" +#end if +#if str( $o ) != '' and str( $o ) != 'None' : + -o "$o" +#end if + | tail -n 5 +]]></command> + <inputs> + <param name="rec" optional="false" label="receptor pdb-file" type="data" format="pdb"/> + <param name="rl" optional="false" label="reference-ligand" type="data" format="mol2/sdf/drf"/> + <param name="ini" optional="true" label="configuration file" type="data" format="ini"/> + </inputs> + <outputs> + <data name="o" format="ini"/> + </outputs> + <help>This tool searches protein residues with which the reference ligand interacts strongly. +Therefore the interaction of the reference ligand to each residue is evaluated. Residues with a score worse (i.e. larger) than -2 are ignored. A maximum of 3 constraints are created for the most strongly interacting residues that met the above criterion. + +As input we need: + * a file containing a protonated protein in pdb-format + * a file containing a reference ligand. + This reference ligand should be located in the binding pocket. + Supported formats are mol2, sdf or drf (DockResultFile, xml-based). + +Output of this tool is a docking configuration file containing the created constraints. This file should in following pipeline steps be specified for grid precalculation and docking.</help> +</tool> \ No newline at end of file