diff makewindow.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/makewindow.xml	Sat Mar 10 08:17:36 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<tool id="makewindow" name="make-window">
-  <description>around interval center </description>
-  <command interpreter="python"> makewindow.py $input $output $window </command>
-  <inputs>
-     <param name="input" type="data" format="interval" label="Input interval file"/>
-     <param name="window" type="integer" value="1000" label="window size (bps)" />
-  </inputs>
-  <outputs>
-    <data format="input" name="output" />
-  </outputs>
-  <help>
-
-**Description**
-
-For each interval in the input file, take the middle point, then extend each side windowsize/2 bps. 
-
-  </help>
-</tool>