view macro.xml @ 6:92eee5f31117 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/bakta commit fe9aabe924f278694d20b82169edacdb3e91eb49
author iuc
date Sun, 11 Feb 2024 00:56:12 +0000
parents 728dacaf08a9
children
line wrap: on
line source


<macros>
    <token name="@TOOL_VERSION@">1.9.2</token>
    <token name="@COMPATIBLE_BAKTA_VERSION@">1.7</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="version_command">
        <version_command><![CDATA[bakta --version]]></version_command>
    </xml>
    <xml name="edam">
      <edam_topics>
          <edam_topic>topic_3174</edam_topic>
      </edam_topics>
    </xml>
    <xml name="xrefs">
        <xrefs>
            <xref type='bio.tools'>Bakta</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">bakta</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <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>