view macros.xml @ 0:7f6de5d9fb50 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/aarnetfilesender commit 192bb5e7bd10d911d7bd8c91ca9f3c88ae6da334
author galaxy-australia
date Mon, 07 Oct 2024 04:48:22 +0000
parents
children 17787c79af44
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">v3.0.0</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">22.05</token>
    <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">filesendercli</requirement>
         </requirements>
    </xml>
    <xml name="version_command">
        <version_command>filesender --help | grep 'File Sender CLI client.'</version_command>
    </xml>
</macros>