0
|
1 <tool id="plant_tribes_add_scaffold" name="Add scaffold" version="@WRAPPER_VERSION@.0.0">
|
|
2 <description>to Galaxy PlantTribes database</description>
|
|
3 <macros>
|
|
4 <import>macros.xml</import>
|
|
5 </macros>
|
|
6 <command detect_errors="exit_code"><![CDATA[
|
2
|
7 python '$__tool_directory__/add_scaffold.py'
|
1
|
8 --database_connection_string '$__app__.config.plant_tribes_database_connection'
|
0
|
9 --output '$output'
|
|
10 --scaffold_path '$GALAXY_DATA_INDEX_DIR/plant_tribes/scaffolds/$scaffold'
|
|
11 --output '$output']]></command>
|
|
12 <inputs>
|
|
13 <expand macro="param_scaffold" />
|
|
14 </inputs>
|
|
15 <outputs>
|
|
16 <data name="output" format="txt"/>
|
|
17 </outputs>
|
|
18 <tests>
|
|
19 <test>
|
|
20 </test>
|
|
21 </tests>
|
|
22 <help>
|
|
23
|
|
24 -----
|
|
25
|
|
26 **Required options**
|
|
27
|
|
28 * **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.
|
|
29 </help>
|
|
30 <citations>
|
|
31 <citation type="bibtex">
|
|
32 @unpublished{None,
|
|
33 author = {Greg Von Kuster,Eric Wafula},
|
|
34 title = {None},
|
|
35 year = {None},
|
|
36 eprint = {None},
|
|
37 url = {https://github.com/dePamphilis/PlantTribes}}
|
|
38 </citation>
|
|
39 </citations>
|
|
40 </tool>
|