| 
0
 | 
     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>
 |