view macros.xml @ 3:1fb0f2092177 draft

Uploaded
author greg
date Mon, 30 Oct 2017 09:54:20 -0400
parents 2fe7044626ac
children 84615d553d44
line wrap: on
line source

<?xml version='1.0' encoding='UTF-8'?>
<macros>
    <token name="@WRAPPER_VERSION@">1.0</token>
    <xml name="param_method">
        <param name="method" type="select" label="Protein clustering method">
            <option value="gfam" selected="true">GFam</option>
            <option value="orthofinder">OrthoFinder</option>
            <option value="orthomcl">OrthoMCL</option>
        </param>
    </xml>
    <xml name="param_scaffold">
        <param name="scaffold" type="select" label="Gene family scaffold">
            <options from_data_table="plant_tribes_scaffolds" />
            <validator type="no_options" message="No PlantTribes scaffolds are available.  Use the PlantTribes Scaffolds Download Data Manager tool in Galaxy to install and populate the PlantTribes scaffolds data table." />
        </param>
    </xml>
    <xml name="citation1">
        <citation type="bibtex">
            @misc{None,
            journal = {None},
            author = {1. Wafula EK},
            title = {Manuscript in preparation},
            year = {None},
            url = {https://github.com/dePamphilis/PlantTribes},}
        </citation>
    </xml>
</macros>