diff brew3r_r.xml @ 3:d3b0390f325f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/brew3r_r commit d287d5688e57f4154d5875789e0cd4d5c87f11ce
author iuc
date Thu, 03 Oct 2024 22:35:49 +0000
parents 05f8e9d1e8b8
children
line wrap: on
line diff
--- a/brew3r_r.xml	Thu Jun 27 07:31:23 2024 +0000
+++ b/brew3r_r.xml	Thu Oct 03 22:35:49 2024 +0000
@@ -2,7 +2,7 @@
     <description>Extend GTF</description>
     <macros>
         <token name="@TOOL_VERSION@">1.0.2</token>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
     </macros>
     <xrefs>
         <xref type="bio.tools">brew3r.r</xref>
@@ -67,6 +67,16 @@
             <output name="output" value="output.gtf" compare="diff" lines_diff="2"/>
         </test>
         <test expect_num_outputs="1">
+            <param name="gtf_to_extend" value="input_noexonid.gtf"/>
+            <param name="gtf_to_overlap" value="second_input.gtf"/>
+            <output name="output">
+                <assert_contents>
+                    <has_n_lines n="36"/>
+                    <has_text text="BREW3R"/>
+                </assert_contents>
+            </output>
+        </test>
+        <test expect_num_outputs="1">
             <param name="gtf_to_extend" value="input.gtf"/>
             <param name="gtf_to_overlap" value="second_input.gtf"/>
             <param name="no_add" value="true"/>