diff groupbyBed.xml @ 64:f6c88d2e9ae5 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:38:34 +0000
parents 539958feb49c
children
line wrap: on
line diff
--- a/groupbyBed.xml	Thu Mar 02 08:50:31 2023 +0000
+++ b/groupbyBed.xml	Fri Feb 21 21:38:34 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>