view macros.xml @ 1:a62b0c62270e draft default tip

"planemo upload for repository https://github.com/ohsu-comp-bio/naivestates commit 86b0cc490d7a4fe44c9c75f857a0609bd3fa82d3-dirty"
author perssond
date Tue, 06 Apr 2021 21:12:31 +0000
parents 1fb6181c2c64
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@VERSION@">naivestates</requirement>
        </requirements>
    </xml>

    <xml name="version_cmd">
        <version_command>echo @VERSION@</version_command>
    </xml>
    <xml name="citations">
        <citations>
        </citations>
    </xml>

    <token name="@VERSION@">1.6.1</token>
    <token name="@CMD_BEGIN@">${__tool_directory__}/main.R</token>
</macros>