Mercurial > repos > tduigou > icfree_instructor
view macros.xml @ 3:e4682a0c66da draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit 7640e2163acff6c925cba16188eaa4ce54639180
author | tduigou |
---|---|
date | Tue, 23 Jul 2024 13:59:02 +0000 |
parents | 4f1eeb35ade7 |
children | 6d368cd4a9eb |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">2.4.0</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@LICENSE@">MIT</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">icfree-ml</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>