comparison macros.xml @ 0:323e5ebf6d5d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 772b3643ac0ec68d8b322bb0e2b672d26c440a3a
author iuc
date Wed, 08 Jan 2025 11:02:29 +0000
parents
children c0bcbd03d352
comparison
equal deleted inserted replaced
-1:000000000000 0:323e5ebf6d5d
1 <macros>
2 <token name="@TOOL_VERSION@">1.1.0</token>
3 <token name="@VERSION_SUFFIX@">1</token>
4 <xrefs>
5 <xref type="bio.tools">fastk</xref>
6 </xrefs>
7 <xml name="requirements">
8 <requirements>
9 <requirement type="package" version="@TOOL_VERSION@">fastk</requirement>
10 </requirements>
11 </xml>
12 <xml name="citations">
13 <citations>
14 <citation type="bibtex">
15 @misc{github,
16 author = {Gene Meyers},
17 year = {2020},
18 title = {FastK},
19 publisher = {GitHub},
20 journal = {GitHub repository},
21 url = {https://github.com/thegenemyers/FASTK},
22 }
23 </citation>
24 </citations>
25 </xml>
26 </macros>