view humann2_macros.xml @ 4:12103efd0e34 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2 commit f24d561fc65cc7204e53a6a65014130aaa65aa57"
author iuc
date Fri, 19 Jun 2020 07:47:04 -0400
parents 9ada8e95bdd0
children 300fd72ce167
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>