diff macros.xml @ 19:a827e3a209fa draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit 11a7415c7f8a44a3f990080533c1de43a41d1e2e
author iuc
date Fri, 28 Feb 2025 20:42:09 +0000
parents 7f3b9b5db85c
children
line wrap: on
line diff
--- a/macros.xml	Wed Jan 29 10:07:48 2025 +0000
+++ b/macros.xml	Fri Feb 28 20:42:09 2025 +0000
@@ -9,7 +9,8 @@
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">umi_tools</requirement>
-            <yield />
+            <requirement type="package" version="1.21">samtools</requirement>
+            <requirement type="package" version="4.7">sed</requirement>
         </requirements>
     </xml>
     <xml name="citations">
@@ -551,7 +552,9 @@
     <token name="@GROUPDEDUP_OPTIONS@"><![CDATA[
         $gd.buffer_whole_contig
         $gd.whole_contig
-        $gd.multimapping_detection_method
+        #if $gd.multimapping_detection_method
+            --multimapping-detection-method $gd.multimapping_detection_method
+        #end if
     ]]></token>
     
     <xml name="log_input_macro">