view macros.xml @ 5:5a5cf6f024bf draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 92f46d4bb55b582f05ac3c4b094307f114cbf98f"
author iuc
date Fri, 27 Aug 2021 11:46:15 +0000
parents 2e863710a2f0
children 6dc6dd4666e3
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8'?>
<macros>
    <token name="@WRAPPER_VERSION@">1.0</token>
    <token name="@PROFILE@">19.09</token>
    <xml name="param_reference_source">
        <param name="reference_source" type="select" label="Choose the source for the reference genome">
            <option value="cached" selected="true">locally cached</option>
            <option value="history">from history</option>
        </param>
    </xml>
    <xml name="citations">
        <citations>
            <citation type="bibtex">
                @misc{None,
                journal = {None},
                author = {1. Stuber T},
                title = {Manuscript in preparation},
                year = {None},
                url = {https://github.com/USDA-VS/vSNP},}
            </citation>
        </citations>
    </xml>
</macros>