Mercurial > repos > tduigou > icfree_sampler
diff macros.xml @ 0:a71884785dcc draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit d87d4a4d7c894f2d884a71a2acc35f93bc5bbe4b
| author | tduigou |
|---|---|
| date | Mon, 06 Mar 2023 12:51:20 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Mar 06 12:51:20 2023 +0000 @@ -0,0 +1,33 @@ +<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>
