Mercurial > repos > iuc > abricate
view abricate_list.xml @ 4:78c75f134c16 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
author | iuc |
---|---|
date | Mon, 19 Mar 2018 10:42:19 -0400 |
parents | 6e9aea89e388 |
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>