comparison humann2_macros.xml @ 0:b6f52c19973d 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:34 -0400
parents
children e57b437186b3
comparison
equal deleted inserted replaced
-1:000000000000 0:b6f52c19973d
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>