view abricate_list.xml @ 9:3f3e247c053d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit d436b1a83859581d432639e86ca802b3bfab21bd"
author iuc
date Tue, 06 Apr 2021 08:54:46 +0000
parents 78c75f134c16
children c2ef298da409
line wrap: on
line source

<tool id="abricate_list" name="ABRicate List" version="@VERSION@">
    <description>
        List all of abricate's available databases.
    </description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <expand macro="requirements" />
    <expand macro="version_command" />

    <command detect_errors="exit_code"><![CDATA[
        abricate --list > '$report'
    ]]></command>

    <inputs>
    </inputs>

    <outputs>
        <data name="report" format="txt" label="${tool.name} - list of databases"/>
    </outputs>

    <tests>
        <test>
            <output name="report" ftype="txt" file="output_list.txt" compare="contains" />
        </test>
    </tests>

    <help><![CDATA[
**What it does**

ABRicate List will list all the antibiotic databases used by ABRicate. The database of these genes is built from ResFinder.
    ]]></help>

    <expand macro="citations"/>
</tool>