Next changeset 1:b1da797d49a5 (2012-03-31) |
Commit message:
Uploaded |
added:
bed_size_stat.xml |
b |
diff -r 000000000000 -r 26b8fea8a9e7 bed_size_stat.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bed_size_stat.xml Sat Mar 31 14:02:11 2012 -0400 |
b |
@@ -0,0 +1,17 @@ +<tool id="interval_size" name="interval_size"> + <description>plot interval size distribution</description> + <command interpreter="python">bed_size_stat.py $input $output</command> + <inputs> + <param name="input" format="txt" type="data" label="Plot the size distribution of the following file"/> + </inputs> + <outputs> + <data format="pdf" name="output" /> + </outputs> + <help> + +**What it does** + +This tool generates a histogram of the interval size. + + </help> +</tool> |