view macros.xml @ 1:66ece4fd024f draft default tip

planemo upload commit 20eeb677e99874173440a365f2db04e315e7ebed
author nathandunn
date Wed, 28 Jun 2017 10:27:08 -0400
parents 028a3ffc17b4
children
line wrap: on
line source

<macros>
    <xml name="frontmatter">
        <requirements>
        </requirements>
        <stdio>
            <exit_code range="1:"/>
        </stdio>
        <yield/>
    </xml>
    <xml name="citations">
        <help><![CDATA[
        Pulls data from Planteome BioLink API web services as JSON.
		http://biolink.planteome.org/api/
    ]]></help>
        <citations>
            <citation type="doi">doi:10.5281/zenodo.817595</citation>
        </citations>
        <yield/>
    </xml>
    <xml name="outputs">
        <outputs>
            <data name="output" format="json"/>
        </outputs>
    </xml>
</macros>