view macro.xml @ 6:089c8dda0782 draft

planemo upload for repository https://gitlab.com/ifb-elixirfr/abromics/galaxy-tools commit e7d9e8f7411e216a9e5277803854d23dba615504
author ifb-elixirfr
date Sun, 15 Oct 2023 08:34:08 +0000
parents e58c2cd8e624
children 3afb9462e149
line wrap: on
line source


<macros>
    <token name="@TOOL_VERSION@">0.8.2.1</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.05</token>
    <xml name="version_command">
        <version_command><![CDATA[abromics_extract --version]]></version_command>
    </xml>
    <xml name="analysis_software_version">
        <param argument="--analysis_software_version" type="text" optional="true" label="Analysis software version"></param>
    </xml>
    <xml name="reference_database_version">
        <param argument="--reference_database_version" type="text" optional="true" label="Database software version"></param>
    </xml>
    <xml name="edam">
      <edam_topics>
          <edam_topic>topic_3301</edam_topic>
      </edam_topics>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">abromics_galaxy_json_extractor</requirement>
        </requirements>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.5281/zenodo.8282656</citation>
        </citations>
    </xml>
    <xml name="element_assert" token_name="" token_text="">
        <element name="@NAME@">
            <assert_contents>
                <has_text text="@TEXT@"/>
                <yield/>
            </assert_contents>
        </element>
    </xml>
</macros>