changeset 2:b0e04c112633

Uploaded
author xuebing
date Sat, 31 Mar 2012 18:50:12 -0400
parents b1da797d49a5
children cce2eabe8b8d
files bed_size_stat.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bed_size_stat.xml	Sat Mar 31 14:02:27 2012 -0400
+++ b/bed_size_stat.xml	Sat Mar 31 18:50:12 2012 -0400
@@ -1,8 +1,9 @@
 <tool id="interval_size" name="interval_size">
   <description>plot interval size distribution</description>
-  <command interpreter="python">bed_size_stat.py $input $output</command>
+  <command interpreter="python">bed_size_stat.py $input $output $log </command>
   <inputs>
     <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/>
+    <param name="log" label="log plot" type="boolean" truevalue="log" falsevalue="none" checked="true"/>
   </inputs>
   <outputs>
     <data format="pdf" name="output" />