view macros.xml @ 4:67e3fa4bbc53 draft

"planemo upload for repository https://github.com/gregvonkuster/galaxy_tools/tree/master/tools/sequence_analysis/vsnp/vsnp_sample_names commit ff2ce94ece2147f04cf0f1964ed716012422d50f"
author greg
date Wed, 16 Jun 2021 17:06:16 +0000
parents fb3defef50e5
children b395250ac8b3
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>