Mercurial > repos > iuc > humann_split_stratified_table
view macros.xml @ 3:cf87759761eb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann commit 32d4c566afe55179531fdd106dc5a996cc09bbb1
author | iuc |
---|---|
date | Wed, 29 Mar 2023 20:03:31 +0000 |
parents | 64bc7acc22a9 |
children | 6fcb8ac37a3e |
line wrap: on
line source
<?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">3.6.1</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">22.01</token> <xml name="edam_ontology"> <xrefs> <xref type="bio.tools">humann</xref> </xrefs> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">humann</requirement> <yield/> </requirements> </xml> <xml name="version"> <version_command>humann --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/humann </token> <xml name="citations"> <citations> <citation type="doi">10.7554/eLife.65088</citation> <citation type="doi">10.1371/journal.pcbi.1002358</citation> </citations> </xml> </macros>