Mercurial > repos > bebatut > metaphlan_hclust_heatmap
diff metaphlan2_macros.xml @ 0:6f69d18bedd9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan2/ commit b'3deaa3adf381c1f3f6134ef6a36074d443f7e3fc\n'-dirty
author | bebatut |
---|---|
date | Tue, 28 Feb 2017 09:56:38 -0500 |
parents | |
children | 5069e7847ff4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metaphlan2_macros.xml Tue Feb 28 09:56:38 2017 -0500 @@ -0,0 +1,28 @@ +<?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>