Mercurial > repos > iuc > rnaquast
changeset 8:f73ab5187eed draft default tip
planemo upload for repository https://git.ufz.de/lehmanju/rnaquast commit 140ef122cde10b77c9c9466cf8464c1bce6599e9
author | iuc |
---|---|
date | Fri, 30 Aug 2024 14:12:04 +0000 |
parents | 3125faf00ffd |
children | |
files | macros.xml rna_quast.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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>