view macros.xml @ 2:6d0c0961ae13 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/aarnet_filesender commit c8e1e0914854bf50287ea4b9ee86dfeb747a3342
author galaxy-australia
date Mon, 21 Oct 2024 23:12:46 +0000
parents 17787c79af44
children 8a4b0f14aa4e
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">v3.0.0</token>
    <token name="@VERSION_SUFFIX@">2</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>