comparison bed_size_stat.xml @ 2:b0e04c112633

Uploaded
author xuebing
date Sat, 31 Mar 2012 18:50:12 -0400
parents 26b8fea8a9e7
children a65882e1636c
comparison
equal deleted inserted replaced
1:b1da797d49a5 2:b0e04c112633
1 <tool id="interval_size" name="interval_size"> 1 <tool id="interval_size" name="interval_size">
2 <description>plot interval size distribution</description> 2 <description>plot interval size distribution</description>
3 <command interpreter="python">bed_size_stat.py $input $output</command> 3 <command interpreter="python">bed_size_stat.py $input $output $log </command>
4 <inputs> 4 <inputs>
5 <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/> 5 <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/>
6 <param name="log" label="log plot" type="boolean" truevalue="log" falsevalue="none" checked="true"/>
6 </inputs> 7 </inputs>
7 <outputs> 8 <outputs>
8 <data format="pdf" name="output" /> 9 <data format="pdf" name="output" />
9 </outputs> 10 </outputs>
10 <help> 11 <help>