view sucos_macros.xml @ 6:55ac04db36aa draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/sucos commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author bgruening
date Tue, 28 Jul 2020 08:47:57 -0400
parents bb5365381c8f
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>