Mercurial > repos > iuc > mlst
diff macros.xml @ 3:022dc4bbc27e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 829727d4bc801d4422680e018c2873bbab2e6a67
| author | iuc |
|---|---|
| date | Mon, 15 Oct 2018 07:41:28 -0400 |
| parents | |
| children | dba1639c1ba6 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Oct 15 07:41:28 2018 -0400 @@ -0,0 +1,26 @@ +<macros> + <token name="@VERSION@">2.15.1</token> + + <xml name="requirements"> + <requirements> + <requirement type="package" version="2.15.1">mlst</requirement> + </requirements> + </xml> + + <xml name="version_command"> + <version_command>mlst --version</version_command> + </xml> + + <xml name="citations"> + <citations> + <citation type="bibtex"> + @UNPUBLISHED{Seemann2016, + author = "Seemann T", + title = "MLST: Scan contig files against PubMLST typing schemes", + year = "2016", + url = {https://github.com/tseemann/mlst} + } + </citation> + </citations> + </xml> +</macros>
