Skip to content

Commit

Permalink
Fix _ Upgrade rna quast (#6288)
Browse files Browse the repository at this point in the history
* bump rnaQUAST version

* fix STAR command check
  • Loading branch information
lldelisle authored Aug 30, 2024
1 parent d68ebc9 commit 140ef12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/rnaquast/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 2 additions & 2 deletions tools/rnaquast/rna_quast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 140ef12

Please sign in to comment.