Mercurial > repos > iuc > bedtools
diff groupbyBed.xml @ 47:2892111d91f8 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 73ebd55430874a3c1483b6dd6cce0482175482f9
author | iuc |
---|---|
date | Fri, 21 Feb 2025 21:40:09 +0000 |
parents | 7ab85ac5f64b |
children |
line wrap: on
line diff
--- a/groupbyBed.xml Sat May 18 23:28:38 2024 +0000 +++ b/groupbyBed.xml Fri Feb 21 21:40:09 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="bedtools_groupbybed" name="bedtools GroupByBed" version="@TOOL_VERSION@" profile="@PROFILE@"> +<tool id="bedtools_groupbybed" name="bedtools GroupByBed" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>group by common cols and summarize other cols</description> <macros> <import>macros.xml</import> @@ -25,13 +25,8 @@ </sanitizer> </param> <param name="operation" argument="-o" type="select" label="Specify the operation"> - <!-- <option value="sum" selected="true">Sum - numeric only</option> This is already in math--> - <option value="stdev">Stdev - numeric only</option> - <option value="sstdev">Sstdev - numeric only</option> <option value="freqasc">Freqasc - comma separated list of values observed and the number of times they were observed (ascending)</option> <option value="freqdesc">Freqdesc - comma separated list of values observed and the number of times they were observed (descending)</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>