Mercurial > repos > iuc > plasmidfinder
diff macro.xml @ 0:f52df366f012 draft
planemo upload for repository https://github.com/mesocentre-clermont-auvergne/galaxy-tools/tree/master/tools/plasmidfinder commit 32b1446d0da698b945d7f8b5df6d251b9989d3b1
| author | iuc |
|---|---|
| date | Mon, 19 Sep 2022 08:46:59 +0000 |
| parents | |
| children | 0e09ee8e70dd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macro.xml Mon Sep 19 08:46:59 2022 +0000 @@ -0,0 +1,23 @@ + +<macros> + <token name="@TOOL_VERSION@">2.1.6</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">21.05</token> + <token name="@THREADS@">\${GALAXY_SLOTS:-7}</token> + + <xml name="xrefs"> + <xrefs> + <xref type='bio.tools'>PlasmidFinder</xref> + </xrefs> + </xml> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">plasmidfinder</requirement> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="doi">10.1007/978-1-4939-9877-7_20</citation> + </citations> + </xml> +</macros>
