view macros.xml @ 0:bf9f98a7f936 draft default tip

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/background-subtraction commit 7030070398b2b137b40f7893a82bd9889ae9df6f
author goeckslab
date Wed, 05 Jun 2024 18:01:54 +0000
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <container type="docker">ghcr.io/schapirolabor/background_subtraction:v@TOOL_VERSION@</container>
        </requirements>
    </xml>

    <xml name="version_cmd">
        <version_command>echo @TOOL_VERSION@</version_command>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1038/s41592-021-01308-y</citation>
        </citations>
    </xml>

    <token name="@PROFILE@">21.0</token>
    <token name="@TOOL_VERSION@">0.4.1</token>
    <token name="@VERSION_SUFFIX@">0</token>

</macros>