Mercurial > repos > bebatut > humann2
comparison humann2_macros.xml @ 0:3d6f37e7e3a8 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 7aadbbdef6da644837f62ea428cb859eeff34f04-dirty
author | bebatut |
---|---|
date | Thu, 26 May 2016 10:20:59 -0400 |
parents | |
children | bcd414bb721b |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3d6f37e7e3a8 |
---|---|
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.2.0">metaphlan2</requirement> | |
7 <requirement type="package" version="0.7.10">diamond</requirement> | |
8 <requirement type="package" version="0.6.1">humann2</requirement> | |
9 </requirements> | |
10 </xml> | |
11 <xml name="stdio"> | |
12 <stdio> | |
13 <exit_code range="1:" /> | |
14 </stdio> | |
15 </xml> | |
16 | |
17 <xml name="citations"> | |
18 <citations> | |
19 <citation type="doi">10.1371/journal.pcbi.1002358</citation> | |
20 </citations> | |
21 </xml> | |
22 </macros> |