Mercurial > repos > bgruening > bedtools_test_bag
diff windowBed.xml @ 12:c782e0edc4f1 draft default tip
Uploaded
author | bgruening |
---|---|
date | Thu, 19 Jun 2014 10:12:00 -0400 |
parents | e526617a6bb9 |
children |
line wrap: on
line diff
--- a/windowBed.xml Wed Jun 18 15:07:04 2014 -0400 +++ b/windowBed.xml Thu Jun 19 10:12:00 2014 -0400 @@ -1,4 +1,4 @@ -<tool id="bedtools_windowbed" name="WindowBed" version="0.2.0"> +<tool id="bedtools_windowbed" name="WindowBed" version="@WRAPPER_VERSION@.0"> <description></description> <macros> <import>macros.xml</import> @@ -68,6 +68,7 @@ Similar to bedtools intersect, window searches for overlapping features in A and B. However, window adds a specified number (1000, by default) of base pairs upstream and downstream of each feature in A. In effect, this allows features in B that are “near” features in A to be detected. .. image:: $PATH_TO_IMAGES/window-glyph.png + @REFERENCES@ </help> </tool>