Mercurial > repos > bebatut > merge_metaphlan_tables
comparison metaphlan2_macros.xml @ 0:b35463d95657 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:05 -0500 |
parents | |
children | 8bd0ddb271b4 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b35463d95657 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <token name="@WRAPPER_VERSION@">2.6.0</token> | |
4 <xml name="requirements"> | |
5 <requirements> | |
6 <requirement type="package" version="@WRAPPER_VERSION@">metaphlan2</requirement> | |
7 <yield/> | |
8 </requirements> | |
9 </xml> | |
10 <xml name="stdio"> | |
11 <stdio> | |
12 <exit_code range="1:" level="fatal" description="" /> | |
13 <regex match="ERROR" | |
14 source="stderr" | |
15 level="fatal" | |
16 description="" /> | |
17 <regex match="WARNING" | |
18 source="stderr" | |
19 level="warning" | |
20 description="" /> | |
21 </stdio> | |
22 </xml> | |
23 <xml name="citations"> | |
24 <citations> | |
25 <citation type="doi">10.1038/nmeth.3589</citation> | |
26 </citations> | |
27 </xml> | |
28 </macros> |