view macros.xml @ 2:33ab2058c6d9 draft

planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
author goeckslab
date Tue, 20 Sep 2022 17:33:50 +0000
parents f183d9de4622
children ef68bc2a4dbc
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">ashlar</requirement>
            <container type="docker">labsyspharm/ashlar:@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.1101/2021.04.20.440625</citation>
        </citations>
    </xml>

    <token name="@TOOL_VERSION@">1.14.0</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <token name="@CMD_BEGIN@">ashlar</token>
</macros>