comparison macro.xml @ 5:728dacaf08a9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit 5ab93133efa5de410e992919c4e841807fb43b55
author iuc
date Sat, 16 Sep 2023 09:01:39 +0000
parents 3f0aa1b3e816
children 92eee5f31117
comparison
equal deleted inserted replaced
4:3f0aa1b3e816 5:728dacaf08a9
1 1
2 <macros> 2 <macros>
3 <token name="@TOOL_VERSION@">1.8.1</token> 3 <token name="@TOOL_VERSION@">1.8.2</token>
4 <token name="@COMPATIBLE_BAKTA_VERSION@">1.7</token> 4 <token name="@COMPATIBLE_BAKTA_VERSION@">1.7</token>
5 <token name="@VERSION_SUFFIX@">1</token> 5 <token name="@VERSION_SUFFIX@">0</token>
6 <token name="@PROFILE@">21.05</token> 6 <token name="@PROFILE@">21.05</token>
7 <xml name="version_command"> 7 <xml name="version_command">
8 <version_command><![CDATA[bakta --version]]></version_command> 8 <version_command><![CDATA[bakta --version]]></version_command>
9 </xml> 9 </xml>
10 <xml name="edam"> 10 <xml name="edam">
25 <xml name="citations"> 25 <xml name="citations">
26 <citations> 26 <citations>
27 <citation type="doi">10.1099/mgen.0.000685</citation> 27 <citation type="doi">10.1099/mgen.0.000685</citation>
28 </citations> 28 </citations>
29 </xml> 29 </xml>
30
31 <xml name="assert_content_test">
32 <assert_contents>
33 <has_text text="Options and arguments"/>
34 <has_text text="parse genome sequences"/>
35 <has_text text="start annotation"/>
36 <has_text text="genome statistics"/>
37 <has_text text="annotation summary"/>
38 <has_text text="export annotation results to"/>
39 </assert_contents>
40 </xml>
30 </macros> 41 </macros>