Mercurial > repos > iuc > bakta
diff macro.xml @ 5:75e4007a4b98 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 5ab93133efa5de410e992919c4e841807fb43b55
| author | iuc |
|---|---|
| date | Sat, 16 Sep 2023 08:57:53 +0000 |
| parents | 25bbf4000eea |
| children | 3fda1f6855d2 |
line wrap: on
line diff
--- a/macro.xml Mon Jul 24 11:21:23 2023 +0000 +++ b/macro.xml Sat Sep 16 08:57:53 2023 +0000 @@ -1,8 +1,8 @@ <macros> - <token name="@TOOL_VERSION@">1.8.1</token> + <token name="@TOOL_VERSION@">1.8.2</token> <token name="@COMPATIBLE_BAKTA_VERSION@">1.7</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.05</token> <xml name="version_command"> <version_command><![CDATA[bakta --version]]></version_command> @@ -27,4 +27,15 @@ <citation type="doi">10.1099/mgen.0.000685</citation> </citations> </xml> + + <xml name="assert_content_test"> + <assert_contents> + <has_text text="Options and arguments"/> + <has_text text="parse genome sequences"/> + <has_text text="start annotation"/> + <has_text text="genome statistics"/> + <has_text text="annotation summary"/> + <has_text text="export annotation results to"/> + </assert_contents> + </xml> </macros>
