Mercurial > repos > bgruening > flye
diff macros.xml @ 7:28898f6f2352 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 7bec5df9cb30dd196ae99565d77547e12d05fa48"
| author | bgruening |
|---|---|
| date | Wed, 30 Jun 2021 20:02:16 +0000 |
| parents | d87d93f44f9e |
| children | 2522110f3cb4 |
line wrap: on
line diff
--- a/macros.xml Thu Jan 14 11:18:54 2021 +0000 +++ b/macros.xml Wed Jun 30 20:02:16 2021 +0000 @@ -1,23 +1,31 @@ <macros> + <token name="@TOOL_VERSION@">2.8.3</token> + <token name="@SUFFIX_VERSION@">0</token> <xml name="requirements"> <requirements> - <requirement type="package" version="2.8.2">flye</requirement> - <yield/> + <requirement type="package" version="@TOOL_VERSION@">flye</requirement> </requirements> </xml> + <xml name="edam_ontology"> + <edam_topics> + <edam_topic>topic_0196</edam_topic> + </edam_topics> + <edam_operations> + <edam_operation>operation_0525</edam_operation> + </edam_operations> + </xml> <xml name="citations"> <citations> <citation type="doi">10.1073/pnas.1604560113</citation> <citation type="bibtex"> -@misc{githubFlye, - author = {LastTODO, FirstTODO}, - year = {TODO}, - title = {Flye}, - publisher = {GitHub}, - journal = {GitHub repository}, - url = {https://github.com/fenderglass/Flye}, -}</citation> - <yield /> + @misc{githubFlye, + author = {Kolmogorov, Mijhail}, + year = {2021}, + title = {Flye}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/fenderglass/Flye}} + </citation> </citations> </xml> </macros>
