diff groupbyBed.xml @ 59:539958feb49c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 500a03281ea704abc7a16d9af63d67dbdcc5cd0b"
author iuc
date Thu, 04 Nov 2021 11:35:06 +0000
parents 1d0a0d6a78b1
children f6c88d2e9ae5
line wrap: on
line diff
--- a/groupbyBed.xml	Thu Sep 09 13:02:16 2021 +0000
+++ b/groupbyBed.xml	Thu Nov 04 11:35:06 2021 +0000
@@ -1,9 +1,9 @@
 <tool id="bedtools_groupbybed" name="bedtools GroupByBed" version="@TOOL_VERSION@" profile="@PROFILE@">
     <description>group by common cols and summarize other cols</description>
-    <expand macro="bio_tools" />
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools" />
     <expand macro="requirements" />
     <expand macro="stdio" />
     <command><![CDATA[
@@ -25,7 +25,7 @@
             </sanitizer>
         </param>
         <param name="operation" argument="-o" type="select" label="Specify the operation">
-            <option value="sum" selected="true">Sum - numeric only</option>
+            <!-- <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>