# HG changeset patch
# User iuc
# Date 1725027124 0
# Node ID f73ab5187eed389eac19589296f298f9ba60bfa0
# Parent  3125faf00ffd8793f721e7e21152b1d34da28de2
planemo upload for repository https://git.ufz.de/lehmanju/rnaquast commit 140ef122cde10b77c9c9466cf8464c1bce6599e9

diff -r 3125faf00ffd -r f73ab5187eed macros.xml
--- a/macros.xml	Fri Aug 30 13:23:03 2024 +0000
+++ b/macros.xml	Fri Aug 30 14:12:04 2024 +0000
@@ -11,7 +11,7 @@
             <xref type="bio.tools">rnaQUAST</xref>
         </xrefs>
     </xml>
-    <token name="@TOOL_VERSION@">2.2.3</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@TOOL_VERSION@">2.3.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">20.05</token>
  </macros>
\ No newline at end of file
diff -r 3125faf00ffd -r f73ab5187eed rna_quast.xml
--- a/rna_quast.xml	Fri Aug 30 13:23:03 2024 +0000
+++ b/rna_quast.xml	Fri Aug 30 14:12:04 2024 +0000
@@ -415,7 +415,7 @@
             <output_collection name="list_logs" type="list" count="14">
                 <element name="STAR.out" ftype="txt">
                     <assert_contents>
-                        <has_text text="STAR --runThreadN"/>
+                        <has_text_matching expression="STAR.* --runThreadN"/>
                         <has_text text="finished successfully"/>
                     </assert_contents>
                 </element>
@@ -464,7 +464,7 @@
             <output_collection name="list_logs" type="list" count="14">
                 <element name="STAR.out" ftype="txt">
                     <assert_contents>
-                        <has_text text="STAR --runThreadN"/>
+                        <has_text_matching expression="STAR.* --runThreadN"/>
                         <has_text text="finished successfully"/>
                     </assert_contents>
                 </element>