view repmatch_gff3_macros.xml @ 4:6acaa2c93f47 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/repmatch_gff3 commit 315c3ddcdbf38a27d43753aae3b6d379306be5a9
author iuc
date Wed, 12 Jul 2017 10:11:53 -0400
parents d7f1312b3455
children 7cb4c6424ff8
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8'?>
<macros>
    <token name="@WRAPPER_VERSION@">1.0</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="1.5.3">matplotlib</requirement>
        </requirements>
    </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="bibtex">
                @unpublished{None,
                author = {None},
                title = {None},
                year = {None},
                eprint = {None},
                url = {http://www.huck.psu.edu/content/research/independent-centers-excellence/center-for-eukaryotic-gene-regulation}
            }</citation>
        </citations>
    </xml>
</macros>