Mercurial > repos > bgruening > bedtools_test_bag
diff subtractBed.xml @ 12:c782e0edc4f1 draft default tip
Uploaded
author | bgruening |
---|---|
date | Thu, 19 Jun 2014 10:12:00 -0400 |
parents | 75d323631dce |
children |
line wrap: on
line diff
--- a/subtractBed.xml Wed Jun 18 15:07:04 2014 -0400 +++ b/subtractBed.xml Thu Jun 19 10:12:00 2014 -0400 @@ -1,4 +1,4 @@ -<tool id="bedtools_subtractbed" name="SubtractBed" version="0.2.0"> +<tool id="bedtools_subtractbed" name="SubtractBed" version="@WRAPPER_VERSION@.0"> <description></description> <macros> <import>macros.xml</import> @@ -42,6 +42,7 @@ bedtools subtract searches for features in B that overlap A. If an overlapping feature is found in B, the overlapping portion is removed from A and the remaining portion of A is reported. If a feature in B overlaps all of a feature in A, the A feature will not be reported. .. image:: $PATH_TO_IMAGES/subtract-glyph.png + @REFERENCES@ </help> </tool>