Mercurial > repos > bgruening > flye
diff macros.xml @ 8:e27815e82dd4 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:51 +0000 |
parents | 0284be52bfcf |
children | 276f5d8712d5 |
line wrap: on
line diff
--- a/macros.xml Mon Jun 21 08:37:37 2021 +0000 +++ b/macros.xml Wed Jun 30 20:02:51 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>