view macros.xml @ 1:b3c862e8497f draft

planemo upload for repository https://github.com/brsynth/icfree-ml commit 96a30e92eab3144b924fdba7b63be10b218160a7-dirty
author tduigou
date Thu, 05 Sep 2024 07:07:03 +0000
parents 92adc3382124
children de3f030fa572
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2.4.0</token>
    <token name="@VERSION_SUFFIX@">0</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>