view macros.xml @ 10:c0b3721b69a7 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
author iuc
date Sat, 27 Nov 2021 09:43:22 +0000
parents fd58302909b8
children a8ccb1bfd632
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8'?>
<macros>
    <token name="@TOOL_VERSION@">4.11.2</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="1.3.23">graphicsmagick</requirement>
            <requirement type="package" version="4.11.2">meme</requirement>
        </requirements>
    </xml>
    <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[
        #if not $non_commercial_use
            >&2 echo "this tool is only available for non commercial use";
            exit 1
        #end if
    ]]></token>
</macros>