comparison humann2_macros.xml @ 0:e795ba0b91f4 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:38:27 -0400
parents
children d020ce7b0e4c
comparison
equal deleted inserted replaced
-1:000000000000 0:e795ba0b91f4
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>