comparison metaphlan2_macros.xml @ 0:28f72f4a86d1 draft default tip

Uploaded
author bebatut
date Mon, 27 Feb 2017 06:14:34 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:28f72f4a86d1
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>