view sucos_macros.xml @ 6:4f1896782f7c draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/sucos commit 05dc325ce687441e5d3bdbdedcc0e3529cd5e070"
author bgruening
date Wed, 14 Apr 2021 09:31:11 +0000
parents fe318c648502
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">2020.03.4</token>
    <xml name="citations">
        <citations>
            <citation type="doi">10.26434/chemrxiv.8100203.v1</citation>
            <citation type="bibtex">
                @article{rdkit,
                author = {Greg Landrum and others},
                title = {RDKit: Open-source cheminformatics},
                url ={http://www.rdkit.org}
                }</citation>
        </citations>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">rdkit</requirement>
            <yield />
        </requirements>
    </xml>
</macros>