diff intervalSize.xml @ 14:76e1b1b21cce default tip

Deleted selected files
author xuebing
date Tue, 13 Mar 2012 19:05:10 -0400
parents 292186c14b08
children
line wrap: on
line diff
--- a/intervalSize.xml	Sat Mar 10 08:17:36 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-<tool id="intervalsize" name="interval size">
-  <description>distribution</description>
-  <command interpreter="python">intervalSize.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>