Mercurial > repos > iuc > fastk_fastk
diff macros.xml @ 0:794d07dc1c68 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 9257c0d48c94f40919d29e48f210c58099608aa7
| author | iuc |
|---|---|
| date | Mon, 04 Nov 2024 14:20:00 +0000 |
| parents | |
| children | 226636a67bc1 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Nov 04 14:20:00 2024 +0000 @@ -0,0 +1,23 @@ +<macros> + <token name="@TOOL_VERSION@">1.1.0</token> + <token name="@VERSION_SUFFIX@">0</token> + <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> \ No newline at end of file
