Mercurial > repos > tduigou > icfree_instructor
view macros.xml @ 8:c8bd090fa47f draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit 1d40e70482d76c2f672071584b43a358aa5a0de7
| author | tduigou |
|---|---|
| date | Wed, 15 Mar 2023 10:42:44 +0000 |
| parents | f60f2f6ec0cc |
| children | f5df51d88aac |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">2.1.1</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@LICENSE@">MIT</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">icfree</requirement> <yield/> </requirements> </xml> <xml name="stdio"> <stdio> <regex match="WARNING" level="warning" /> <regex match="ERROR" level="fatal" /> </stdio> </xml> <xml name="citation"> <citations> <citation type="bibtex"> @unpublished{icfree author = {Joan Hérisson, Yorgo El Moubayed}, title = {{icfree}}, url = {https://github.com/brsynth/icfree-ml/}, } </citation> </citations> </xml> <xml name="creator"> <creator> <organization name="BioRetroSynth" url="https://github.com/brsynth"/> </creator> </xml> </macros>
