Mercurial > repos > iuc > humann2_rna_dna_norm
view humann2_macros.xml @ 5:de70d23958de draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2 commit 8d953926efdf23d8c3fb8719341dff51a55a92f2"
author | iuc |
---|---|
date | Sun, 28 Mar 2021 07:01:39 +0000 |
parents | 6893a2b1da17 |
children |
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="stdio"> <stdio> <regex match="Failed to allocate sufficient memory." source="stderr" level="fatal_oom" description="Out of memory error occurred" /> <regex match="MemoryError" source="stderr" level="fatal_oom" description="Out of memory error occurred" /> </stdio> </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>