Mercurial > repos > iuc > umi_tools_whitelist
diff macros.xml @ 20:f19dee633d4a 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:33 +0000 |
| parents | 382326c1b1e1 |
| children |
line wrap: on
line diff
--- a/macros.xml Wed Jan 29 10:08:15 2025 +0000 +++ b/macros.xml Fri Feb 28 20:42:33 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">
