comparison CADDSuite/galaxyconfigs/tools/ConstraintsFinder.xml @ 5:b7a89b15646f

Uploaded
author marcel
date Tue, 12 Jul 2011 10:23:33 -0400
parents ff6df146c0d5
children
comparison
equal deleted inserted replaced
4:02c8570cde57 5:b7a89b15646f
1 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.--> 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="constraintsfinder" name="ConstraintsFinder" version="0.94"> 3 <tool id="constraintsfinder" name="ConstraintsFinder" version="0.95">
4 <description>find strongly interacting residues</description> 4 <description>find strongly interacting residues</description>
5 <command interpreter="bash"><![CDATA[../../ConstraintsFinder 5 <command interpreter="bash"><![CDATA[../../ConstraintsFinder
6 #if str( $rec ) != '' and str( $rec ) != 'None' : 6 #if str( $rec ) != '' and str( $rec ) != 'None' :
7 -rec "$rec" 7 -rec "$rec"
8 #end if 8 #end if
16 -o "$o" 16 -o "$o"
17 #end if 17 #end if
18 | tail -n 5 18 | tail -n 5
19 ]]></command> 19 ]]></command>
20 <inputs> 20 <inputs>
21 <param name="rec" label="receptor pdb-file" optional="false" type="data" format="pdb"/> 21 <param name="rec" optional="false" label="receptor pdb-file" type="data" format="pdb"/>
22 <param name="rl" label="reference-ligand" optional="false" type="data" format="mol2/sdf/drf"/> 22 <param name="rl" optional="false" label="reference-ligand" type="data" format="mol2/sdf/drf"/>
23 <param name="ini" label="configuration file" optional="true" type="data" format="ini"/> 23 <param name="ini" optional="true" label="configuration file" type="data" format="ini"/>
24 </inputs> 24 </inputs>
25 <outputs> 25 <outputs>
26 <data name="o" format="ini"/> 26 <data name="o" format="ini"/>
27 </outputs> 27 </outputs>
28 <help>This tool searches protein residues with which the reference ligand interacts strongly. 28 <help>This tool searches protein residues with which the reference ligand interacts strongly.