Mercurial > repos > bebatut > metaphlan2
view metaphlan2_macros.xml @ 32:c941148c75c7 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/metaphlan2/ commit 9e93b527d3cc9023467b1b285b068dac21b0727b-dirty
author | bebatut |
---|---|
date | Wed, 22 Feb 2017 03:49:35 -0500 |
parents | 83f06bee818c |
children | 0cfe385629da |
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>