diff macs2_filterdup.xml @ 63:25e46cf1ee36 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit e8307adcc6ee9245fa2bb9ecb6de1cbe008dc2c3"
author iuc
date Sat, 02 Apr 2022 21:36:50 +0000
parents 1ac88e46ee0f
children
line wrap: on
line diff
--- a/macs2_filterdup.xml	Tue Aug 31 09:16:10 2021 +0000
+++ b/macs2_filterdup.xml	Sat Apr 02 21:36:50 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="macs2_filterdup" name="MACS2 filterdup" version="@VERSION_STRING@.1">
+<tool id="macs2_filterdup" name="MACS2 filterdup" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
     <description>Remove duplicate reads at the same position</description>
     <expand macro="bio_tools"/>
     <macros>
@@ -21,6 +21,7 @@
         #else
             --keep-dup '${ keep_dup_options.keep_dup_options_selector }'
         #end if
+        @buffer_size@
     ]]>
     </command>
     <inputs>
@@ -29,7 +30,7 @@
         <expand macro="tag_size" />
         <param name="pvalue" type="text" value="1e-5" label="Pvalue cutoff for binomial distribution test" help="Default=1e-5 (--pvalue)" />
         <expand macro="keep_duplicates" />
-
+        <expand macro="buffer_size"/>
     </inputs>
     <outputs>
         <data name="outfile" format="bed" label="${tool.name} on ${on_string}" />