view sigmut_macros.xml @ 0:9f48c5d97be8 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sigmut commit 67331c79ccaf0f2a3089e4ca0c62520397f90637"
author artbio
date Mon, 16 Mar 2020 06:15:02 -0400
parents
children 02861b32a62f
line wrap: on
line source

<macros>
      
    <token name="@VERSION@">0.9.1</token>

    <token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token>

    <xml name="requirements">
        <requirements>
		<requirement type="package" version="1.0">sigmut</requirement>
        </requirements>
    </xml>

    <xml name="stdio">
        <stdio>
            <exit_code range="1:" />
            <exit_code range=":-1" />
            <regex match="Error:" />
            <regex match="Exception:" />
            <regex match="\[bns_restore_core\] Parse error reading" />
        </stdio>
    </xml>

</macros>