comparison CADDSuite/galaxyconfigs/tools/SimpleRescorer.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="simplerescorer" name="SimpleRescorer" version="0.94"> 3 <tool id="simplerescorer" name="SimpleRescorer" version="0.95">
4 <description>rescore docking results</description> 4 <description>rescore docking results</description>
5 <command interpreter="bash"><![CDATA[../../SimpleRescorer 5 <command interpreter="bash"><![CDATA[../../SimpleRescorer
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
22 -function "$function" 22 -function "$function"
23 #end if 23 #end if
24 | tail -n 5 24 | tail -n 5
25 ]]></command> 25 ]]></command>
26 <inputs> 26 <inputs>
27 <param name="rec" label="receptor pdb-file" optional="false" type="data" format="pdb"/> 27 <param name="rec" optional="false" label="receptor pdb-file" type="data" format="pdb"/>
28 <param name="rl" label="reference-ligand" optional="false" type="data" format="mol2/sdf/drf"/> 28 <param name="rl" optional="false" label="reference-ligand" type="data" format="mol2/sdf/drf"/>
29 <param name="ini" label="configuration file" optional="true" type="data" format="ini"/> 29 <param name="ini" optional="true" label="configuration file" type="data" format="ini"/>
30 <param name="i" label="compounds to be rescored" optional="false" type="data" format="mol2/sdf/drf"/> 30 <param name="i" optional="false" label="compounds to be rescored" type="data" format="mol2/sdf/drf"/>
31 <param name="function" label="scoring function: 'MM', 'PLP' or 'PB'" optional="true" type="select"> 31 <param name="function" optional="true" label="scoring function: 'MM', 'PLP' or 'PB'" type="select">
32 <option value="MM">MM</option> 32 <option value="MM">MM</option>
33 <option value="PLP">PLP</option> 33 <option value="PLP">PLP</option>
34 <option value="PB">PB</option> 34 <option value="PB">PB</option>
35 </param> 35 </param>
36 </inputs> 36 </inputs>