Mercurial > repos > iuc > fastk_fastk
comparison macros.xml @ 0:ff827f983bbb draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastk commit 57fa4dcee2aaa115df4a5b7173a3a8fb889bc5a3
author | iuc |
---|---|
date | Fri, 03 May 2024 20:23:04 +0000 |
parents | |
children | b820ef95ca20 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff827f983bbb |
---|---|
1 <macros> | |
2 <token name="@TOOL_VERSION@">1.0.0</token> | |
3 <token name="@VERSION_SUFFIX@">0</token> | |
4 <xml name="requirements"> | |
5 <requirements> | |
6 <requirement type="package" version="@TOOL_VERSION@">fastk</requirement> | |
7 </requirements> | |
8 </xml> | |
9 <xml name="citations"> | |
10 <citations> | |
11 <citation type="bibtex"> | |
12 @misc{github, | |
13 author = {Gene Meyers}, | |
14 year = {2020}, | |
15 title = {FastK}, | |
16 publisher = {GitHub}, | |
17 journal = {GitHub repository}, | |
18 url = {https://github.com/thegenemyers/FASTK}, | |
19 } | |
20 </citation> | |
21 </citations> | |
22 </xml> | |
23 </macros> |