view macros.xml @ 3:ef68bc2a4dbc draft default tip

planemo upload for repository https://github.com/ohsu-comp-bio/ashlar commit 69f200fcfa0b1d17de50466c51d8c5468fdeb54c
author goeckslab
date Fri, 09 Feb 2024 22:48:46 +0000
parents 33ab2058c6d9
children
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.1093/bioinformatics/btac544</citation>
        </citations>
    </xml>

    <token name="@TOOL_VERSION@">1.18.0</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@CMD_BEGIN@">ashlar</token>
</macros>