diff macs2_callpeak.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_callpeak.xml	Tue Aug 31 09:16:10 2021 +0000
+++ b/macs2_callpeak.xml	Sat Apr 02 21:36:50 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="macs2_callpeak" name="MACS2 callpeak" version="@VERSION_STRING@.6" profile="17.09">
+<tool id="macs2_callpeak" name="MACS2 callpeak" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
     <description>Call peaks from alignment results</description>
     <expand macro="bio_tools"/>
     <macros>
@@ -73,6 +73,8 @@
             --keep-dup '${ advanced_options.keep_dup_options.keep_dup_options_selector }'
         #end if
 
+        --d-min $advanced_options.d_min
+        --buffer-size $advanced_options.buffer_size
 
         ## With --bdg two additional output files will be generated.
         #if "bdg" in str($outputs).split(','):
@@ -247,6 +249,8 @@
                     </when>
                 </conditional>
                 <expand macro="keep_duplicates" />
+                <expand macro="fragment_size"/>
+                <expand macro="buffer_size"/>
         </section>
     </inputs>
     <outputs>
@@ -311,6 +315,10 @@
             <param name="gsize" value="3300000000" />
             <param name="lower" value="5" />
             <param name="upper" value="50" />
+            <assert_command>
+                <has_text text="--buffer-size"/>
+                <has_text text="--d-min"/>
+            </assert_command>
             <output name="output_control_lambda" compare="contains" file="callpeak_control_part.bdg" lines_diff="1"/>
             <output name="output_treat_pileup" compare="contains" file="callpeak_treatment_part.bdg" lines_diff="1"/>
             <output name="output_tabular" compare="contains" file="callpeak_part.tabular" lines_diff="3"/>
@@ -334,7 +342,7 @@
             <param name="gsize" value="3300000000" />
             <param name="lower" value="5" />
             <param name="upper" value="50" />
-            <output name="output_plot" file="magic.pdf" ftype="pdf" compare="contains" />
+            <output name="output_plot" file="magic.pdf" compare="sim_size" ftype="pdf"/>
         </test>
         <!-- Ensure BAMPE works -->
         <test expect_num_outputs="1">