view macros.xml @ 1:e8df16b34fec draft default tip

planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/b2b_utils commit 9260aa02a5f703bce63d2db5b69003df9be371ac
author jvolkening
date Fri, 08 Mar 2024 00:44:37 +0000
parents
children
line wrap: on
line source

<macros>
    <xml name="version_command">
        <version_command>@TOOL_NAME@ --version | perl -wpe 's/.+@TOOL_NAME@ v//'</version_command>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.019">b2b-utils</requirement>
            <yield />
        </requirements>
    </xml>
    <xml name="requirement_pigz">
        <requirement type="package" version="2.8">pigz</requirement>
    </xml>
    <token name="@PIPE_PIGZ@">| pigz -p ${GALAXY_SLOTS:-1} --no-name --no-time</token>
</macros>