Mercurial > repos > xuebing > bed_size_stat
comparison bed_size_stat.xml @ 4:a65882e1636c
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 18:52:24 -0400 |
parents | b0e04c112633 |
children |
comparison
equal
deleted
inserted
replaced
3:cce2eabe8b8d | 4:a65882e1636c |
---|---|
1 <tool id="interval_size" name="interval_size"> | 1 <tool id="bed_size_stat" name="bed_size_stat"> |
2 <description>plot interval size distribution</description> | 2 <description>plot interval size distribution</description> |
3 <command interpreter="python">bed_size_stat.py $input $output $log </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 <param name="log" label="log plot" type="boolean" truevalue="log" falsevalue="none" checked="true"/> |