Mercurial > repos > iuc > humann2_rna_dna_norm
comparison humann2_macros.xml @ 0:c8ef30c8451d draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
author | iuc |
---|---|
date | Tue, 01 Aug 2017 07:56:14 -0400 |
parents | |
children | 6893a2b1da17 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c8ef30c8451d |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <token name="@WRAPPER_VERSION@">0.11.1</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> |