Mercurial > repos > iuc > abricate
diff abricate_list.xml @ 0:d9f706e77d5e draft
planemo upload commit f22cab0d69f28a0fd9e2043e4a77bb41e2e771f9
| author | iuc |
|---|---|
| date | Mon, 03 Oct 2016 04:03:20 -0400 |
| parents | |
| children | 3535be5366fc |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/abricate_list.xml Mon Oct 03 04:03:20 2016 -0400 @@ -0,0 +1,44 @@ +<tool id="abricate_list" name="ABRicate List" version="0.1.0"> + <requirements> + <requirement type="package" version="0.3">abricate</requirement> + <requirement type="package" version="5.18.1">perl</requirement> + <requirement type="package" version="2.2.31">blast+</requirement> + </requirements> + + <version_command>abricate --version</version_command> + + <command detect_errors="exit_code"><![CDATA[ + abricate --list 2> "$report" + ]]></command> + + <inputs> + + </inputs> + + <outputs> + <data format="txt" name="report" label="${tool.name} - list of databases"/> + </outputs> + + <tests> + <test> + <output name="report" ftype="txt" file="output_list.txt" /> + </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> + + <citations> + <citation type="bibtex"> + @UNPUBLISHED{Seemann2016, + author = "Seemann T", + title = "ABRicate: mass screening of contigs for antiobiotic resistance genes", + year = "2016", + note = "https://github.com/tseemann/abricate"} + </citation> + </citations> +</tool>
