diff galaxy-conf/ValueDistribution.xml @ 11:b1952a90d4bf

Uploaded
author timpalpant
date Mon, 09 Apr 2012 11:50:23 -0400
parents d063d22f4e80
children 81d5b81fb3c2
line wrap: on
line diff
--- a/galaxy-conf/ValueDistribution.xml	Sat Mar 17 08:11:55 2012 -0400
+++ b/galaxy-conf/ValueDistribution.xml	Mon Apr 09 11:50:23 2012 -0400
@@ -1,8 +1,10 @@
 <tool id="ValueDistribution" name="Compute the value distribution" version="1.0.0">
   <description>of a (Big)Wig file</description>
-  <command interpreter="sh">galaxyToolRunner.sh wigmath.ValueDistribution -i $input -n $bins -o $output</command>
+  <command interpreter="sh">galaxyToolRunner.sh wigmath.ValueDistribution -i $input --max $max --min $min -n $bins -o $output</command>
   <inputs>
       <param format="bigwig,wig" name="input" type="data" label="(Big)Wig file" />
+      <param name="min" type="float" optional="true" label="Minimum bin value (optional)" />
+      <param name="max" type="float" optional="true" label="Maximum bin value (optional)" />
       <param name="bins" type="integer" value="40" label="Number of bins" />
   </inputs>
   <outputs>