view add_scaffold.xml @ 2:38b2da3cac1e draft

Uploaded
author greg
date Tue, 22 May 2018 09:47:13 -0400
parents c6a05684ed31
children
line wrap: on
line source

<tool id="plant_tribes_add_scaffold" name="Add scaffold" version="@WRAPPER_VERSION@.0.0">
    <description>to Galaxy PlantTribes database</description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/add_scaffold.py'
--database_connection_string '$__app__.config.plant_tribes_database_connection'
--output '$output'
--scaffold_path '$GALAXY_DATA_INDEX_DIR/plant_tribes/scaffolds/$scaffold'
--output '$output']]></command>
    <inputs>
        <expand macro="param_scaffold" />
    </inputs>
    <outputs>
        <data name="output" format="txt"/>
    </outputs>
    <tests>
        <test>
        </test>
    </tests>
    <help>

-----

**Required options**

 * **Gene family scaffold** - one of the PlantTribes gene family scaffolds, installed into Galaxy by the PlantTribes Scaffold Data Manager tool, that has not yet been added to the Galaxy PlantTribes database.
    </help>
    <citations>
        <citation type="bibtex">
            @unpublished{None,
            author = {Greg Von Kuster,Eric Wafula},
            title = {None},
            year = {None},
            eprint = {None},
            url = {https://github.com/dePamphilis/PlantTribes}}
        </citation>
    </citations>
</tool>