Mercurial > repos > iuc > fastk_logex
diff macros.xml @ 0:73ddd200456a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 56658d5048382715413718dd2d41c9751e886608
| author | iuc |
|---|---|
| date | Tue, 07 Jan 2025 13:40:30 +0000 |
| parents | |
| children | fb6b6d5e6bd5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue Jan 07 13:40:30 2025 +0000 @@ -0,0 +1,26 @@ +<macros> + <token name="@TOOL_VERSION@">1.1.0</token> + <token name="@VERSION_SUFFIX@">1</token> + <xrefs> + <xref type="bio.tools">fastk</xref> + </xrefs> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">fastk</requirement> + </requirements> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex"> + @misc{github, + author = {Gene Meyers}, + year = {2020}, + title = {FastK}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/thegenemyers/FASTK}, + } + </citation> + </citations> + </xml> +</macros>
