Mercurial > repos > bgruening > bedtools_test_bag
diff groupbyBed.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/groupbyBed.xml Wed Jun 18 15:07:04 2014 -0400 +++ b/groupbyBed.xml Thu Jun 19 10:12:00 2014 -0400 @@ -1,4 +1,4 @@ -<tool id="bedtools_groupbybed" name="GroupByBed" version="0.2.0"> +<tool id="bedtools_groupbybed" name="GroupByBed" version="@WRAPPER_VERSION@.0"> <description></description> <macros> <import>macros.xml</import> @@ -21,17 +21,12 @@ <option value="sum" selected="True">Sum - numeric only</option> <option value="stdev">Stdev - numeric only</option> <option value="sstdev">Sstdev - numeric only</option> - <option value="freqasc">Freqasc - print a comma separated list of values observed and the number of times they were observed. -Reported in ascending order of frequency* -</option> - <option value="freqdesc">Freqdesc - - print a comma separated list of values observed and the number of times they were observed. -Reported in descending order of frequency* -</option> + <option value="freqasc">Freqasc - print a comma separated list of values observed and the number of times they were observed. Reported in ascending order of frequency*</option> + <option value="freqdesc">Freqdesc - - print a comma separated list of values observed and the number of times they were observed. Reported in descending order of frequency*</option> <option value="first">First - numeric or text</option> <option value="last">Last - numeric or text</option> <expand macro="math_options" /> <expand macro="additional_math_options" /> - </param> </inputs> <outputs>