Mercurial > repos > iuc > humann2_strain_profiler
view humann2_macros.xml @ 2:df0f0e817dca draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2 commit 18fea370966f4b87c8180df4afa0f3b138b75908"
author | iuc |
---|---|
date | Sat, 25 Jan 2020 18:24:58 -0500 |
parents | eb13789029de |
children | 1595f7cadbf9 |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@WRAPPER_VERSION@">0.11.1</token> <xml name="requirements"> <requirements> <requirement type="package" version="@WRAPPER_VERSION@">humann2</requirement> <yield/> </requirements> </xml> <xml name="version"> <version_command>humann2 --version</version_command> </xml> <token name="@HELP_HEADER@"> **What it does** 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. Read more about the tool: http://huttenhower.sph.harvard.edu/humann2/manual. </token> <xml name="citations"> <citations> <citation type="doi">10.1371/journal.pcbi.1002358</citation> </citations> </xml> </macros>