view macros.xml @ 3:8a4b0f14aa4e draft default tip

planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/aarnet_filesender commit 62cfda2672d51d769c18c633cb57a7a71dd5d226
author galaxy-australia
date Wed, 23 Oct 2024 00:10:46 +0000
parents 6d0c0961ae13
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">3.0.0</token>
    <token name="@VERSION_SUFFIX@">3</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>