Mercurial > repos > iuc > abricate
view abricate_list.xml @ 8:b734db305578 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
author | iuc |
---|---|
date | Wed, 22 Apr 2020 18:44:06 -0400 |
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>