view macros.xml @ 1:f87325531be8 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/vienna_rna commit 14f0b39f64982773ef0367379b915f742eabcc1b
author rnateam
date Wed, 21 Dec 2016 17:33:12 -0500
parents d6044fad075f
children 84aad99aca1f
line wrap: on
line source

<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="2.2.10">viennarna</requirement>
        </requirements>
    </xml>
    <token name="@VERSION@">2.2.10</token>
    <xml name="version_command">
        <version_command>@EXECUTABLE@ --version</version_command>
    </xml>

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

    <xml name="citations">
        <citations>
            <citation type="doi">10.1186/1748-7188-6-26</citation>
        </citations>
    </xml>
</macros>