Repository 'bed_size_stat'
hg clone https://toolshed.g2.bx.psu.edu/repos/xuebing/bed_size_stat

Changeset 2:b0e04c112633 (2012-03-31)
Previous changeset 1:b1da797d49a5 (2012-03-31) Next changeset 3:cce2eabe8b8d (2012-03-31)
Commit message:
Uploaded
modified:
bed_size_stat.xml
b
diff -r b1da797d49a5 -r b0e04c112633 bed_size_stat.xml
--- 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
b
@@ -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" />