view macros.xml @ 1:4065bcff8e85 draft default tip

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/jbrowse commit 3500c1e606a902b492180db3e2e0c2ee07c90e8b"
author gga
date Tue, 27 Apr 2021 12:49:22 +0000
parents 11033bdad2ca
children
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="3.8">python</requirement>
            <yield/>
        </requirements>
    </xml>

    <token name="@DATA_DIR@">\$GALAXY_JBROWSE_SHARED_DIR</token>
    <token name="@JBROWSE_BASE_URL@">\$GALAXY_JBROWSE_SHARED_URL</token>
    <token name="@WRAPPER_VERSION@">0.5.2</token>

    <xml name="stdio">
        <stdio>
            <exit_code range="1:"/>
            <exit_code range=":-1"/>
            <regex match="Error:"/>
            <regex match="Exception:"/>
        </stdio>
    </xml>

    <token name="@ATTRIBUTION@"><![CDATA[
**Attribution**

This Galaxy tool relies on the JBrowse, maintained by the GMOD Community. The Galaxy wrapper is developed by Eric Rasche
]]>
    </token>

    <xml name="citations">
        <citations>
            <citation type="doi">10.1101/gr.094607.109</citation>
        </citations>
    </xml>
</macros>