view humann2_genefamilies_genus_level.xml @ 3:6c84982ee6f7 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2 commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
author iuc
date Mon, 01 Feb 2021 18:25:21 +0000
parents c7ac7103023d
children 79cd822debef
line wrap: on
line source

<tool id="humann2_genefamilies_genus_level" name="Create a genus level gene families file" version="@WRAPPER_VERSION@.0">
    <description></description>
    <macros>
        <import>humann2_macros.xml</import>
    </macros>
    <expand macro="requirements"/>
    <expand macro="version"/>
    <command detect_errors="exit_code"><![CDATA[
humann2_genefamilies_genus_level 
    --input '$input'
    --output '$output'
    ]]></command>
    <inputs>
        <param argument="--input" type="data" format="tsv,tabular" label="Gene families input table"/>
    </inputs>
    <outputs>
        <data format="tsv" name="output" label="${tool.name} on ${on_string}"/>
    </outputs>
    <tests>
        <test>
            <param name="input" value="demo_genefamilies.tsv"/>
            <output name="output" md5="caaa6b18bffc15220c676df260545e46"/>
        </test>
    </tests>
    <help><![CDATA[
@HELP_HEADER@

By default, the gene families and pathways output files from HUMAnN2 are species level. This tool generates genus level gene families
    ]]></help>
    <expand macro="citations"/>
</tool>