diff samtools_markdup.xml @ 4:8c440c3002bc draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_markdup commit 1354b1358df89a922c3243f7e27ce789094b8644"
author iuc
date Sun, 19 Dec 2021 15:56:46 +0000
parents d0a568e1904b
children 887e02a45734
line wrap: on
line diff
--- a/samtools_markdup.xml	Tue Sep 28 16:14:29 2021 +0000
+++ b/samtools_markdup.xml	Sun Dec 19 15:56:46 2021 +0000
@@ -137,13 +137,13 @@
         <!-- 7) check new mode s -->
         <test expect_num_outputs="1">
             <param name="bamfile" value="1_markdup.sam" />
-            <param name="mode_selector" value="s" />
+            <param name="mode" value="s" />
             <output name="output" file="7_markdup.expected.bam" ftype="bam" lines_diff="4" />
         </test>
         <!-- 8) check include-fails -->
         <test expect_num_outputs="1">
             <param name="bamfile" value="1_markdup.sam" />
-                <param name="fails" value="- -include-fails" />
+            <param name="include_fails" value="true" />
             <output name="output" file="8_markdup.expected.bam" ftype="bam" lines_diff="4" />
         </test>
         <!-- 9) test sam format -->