Mercurial > repos > bebatut > metaphlan2
comparison metaphlan2_macros.xml @ 28:1d993cca38e3 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/metaphlan2/ commit b467108d731001d89920aee31433a5b0a623c251-dirty
author | bebatut |
---|---|
date | Thu, 28 Apr 2016 07:04:50 -0400 |
parents | |
children | 99fe591b59fb |
comparison
equal
deleted
inserted
replaced
27:fb2dc25a832d | 28:1d993cca38e3 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <xml name="requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="2.2.5">bowtie2</requirement> | |
6 <requirement type="package" version="2.5.0">metaphlan2</requirement> | |
7 </requirements> | |
8 </xml> | |
9 <xml name="stdio"> | |
10 <stdio> | |
11 <exit_code range="1:" level="fatal" description="" /> | |
12 <regex match="ERROR" | |
13 source="stderr" | |
14 level="fatal" | |
15 description="" /> | |
16 <regex match="WARNING" | |
17 source="stderr" | |
18 level="warning" | |
19 description="" /> | |
20 </stdio> | |
21 </xml> | |
22 </macros> |