view metaphlan2_macros.xml @ 3:31b4582e58d4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan2/ commit b'0076dadacf77cb07fb4508b6ece79ddbaedb6b97\n'-dirty
author bebatut
date Wed, 01 Mar 2017 11:08:05 -0500
parents f95602ac759b
children 81cc88a32834
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@WRAPPER_VERSION@">2.6.0</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@WRAPPER_VERSION@">metaphlan2</requirement>
            <yield/>
        </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>
    <xml name="citations">
      <citations>
          <citation type="doi">10.1038/nmeth.3589</citation>
      </citations>
    </xml>
</macros>