Mercurial > repos > iuc > umi_tools_dedup
diff macros.xml @ 18:6ec3233f30a6 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:41:43 +0000 |
| parents | 9cd1c2f5d90e |
| children |
line wrap: on
line diff
--- a/macros.xml Wed Jan 29 10:09:34 2025 +0000 +++ b/macros.xml Fri Feb 28 20:41:43 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">
