view metaphlan2_macros.xml @ 30:99fe591b59fb draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/metaphlan2/ commit c641bf32192cd4281a14f504fc97f1dc6edd6f7a-dirty
author bebatut
date Thu, 16 Jun 2016 06:07:23 -0400
parents 1d993cca38e3
children 83f06bee818c
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="2.2.5">bowtie2</requirement>
            <requirement type="package" version="1.9">numpy</requirement>
            <requirement type="package" version="2.5.0">metaphlan2</requirement>
        </requirements>
    </xml>
    <xml name="stdio">
        <stdio>
            <exit_code range="1:" level="fatal"   description="" />
            <regex match="ERROR"
                   source="stderr"
                   level="fatal"
                   description="" />
            <regex match="WARNING"
                   source="stderr"
                   level="warning"
                   description="" />
        </stdio>
    </xml>
</macros>