diff CADDSuite/galaxyconfigs/tools/DockResultMerger.xml @ 1:867bf9f815a0

Uploaded
author g2cmnty@test-web1.g2.bx.psu.edu
date Sun, 26 Jun 2011 13:45:14 -0400
parents bac3c274238f
children
line wrap: on
line diff
--- a/CADDSuite/galaxyconfigs/tools/DockResultMerger.xml	Tue Jun 07 16:43:30 2011 -0400
+++ b/CADDSuite/galaxyconfigs/tools/DockResultMerger.xml	Sun Jun 26 13:45:14 2011 -0400
@@ -1,6 +1,6 @@
 
 <!--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="dockresultmerger" name="DockResultMerger" version="0.93">
+<tool id="dockresultmerger" name="DockResultMerger" version="0.94">
     <description>merge docking output files</description>
     <command interpreter="bash"><![CDATA[../../DockResultMerger 
 #for $s in $series_i 
@@ -23,6 +23,9 @@
 #if str( $k ) != ''  and str( $k ) != 'None' :
    -k "$k"
 #end if
+#if str( $rm ) != ''  and str( $rm ) != 'None' :
+   -rm
+#end if
  | tail -n 5
 ]]></command>
     <inputs>
@@ -33,6 +36,7 @@
         <param name="min" label="minimal score value" optional="true" type="text" area="true" size="1x5" value=""/>
         <param name="max" label="maximal score value" optional="true" type="text" area="true" size="1x5" value=""/>
         <param name="k" label="number of output molecules" optional="true" type="text" area="true" size="1x5" value=""/>
+        <param name="rm" label="remove input files after merging" optional="true" type="boolean" truevalue="true" falsevalue=""/>
     </inputs>
     <outputs>
         <data name="o" format="mol2/sdf/drf" format_source="i"/>