Mercurial > repos > iuc > humann2
comparison humann2_macros.xml @ 0:1ab06263e083 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit b46aa969c01b7e5f4f133192899fa4da286ecf89-dirty
author | iuc |
---|---|
date | Mon, 13 Mar 2017 12:39:25 -0400 |
parents | |
children | 1d6d855c10d8 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1ab06263e083 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <token name="@WRAPPER_VERSION@">0.9.9</token> | |
4 <xml name="requirements"> | |
5 <requirements> | |
6 <requirement type="package" version="@WRAPPER_VERSION@">humann2</requirement> | |
7 <yield/> | |
8 </requirements> | |
9 </xml> | |
10 <xml name="version"> | |
11 <version_command>humann2 --version</version_command> | |
12 </xml> | |
13 <token name="@HELP_HEADER@"> | |
14 **What it does** | |
15 | |
16 HUMAnN is a pipeline for efficiently and accuretly profiling the presence/absence and abundance of microbial pathways in a community from metagenomic or metatranscriptomic sequencing data. | |
17 | |
18 Read more about the tool: http://huttenhower.sph.harvard.edu/humann2/manual. | |
19 </token> | |
20 <xml name="citations"> | |
21 <citations> | |
22 <citation type="doi">10.1371/journal.pcbi.1002358</citation> | |
23 </citations> | |
24 </xml> | |
25 </macros> |