view macros.xml @ 1:17787c79af44 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/aarnetfilesender commit 58b769b77b30bb5739e07441a77ea6ca572647d9
author galaxy-australia
date Mon, 07 Oct 2024 04:49:30 +0000
parents 7f6de5d9fb50
children 6d0c0961ae13
line wrap: on
line source

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