0
|
1 <tool id="plant_tribes_gene_family_scaffold_loader" name="Load PlantTribes scaffold" version="@WRAPPER_VERSION@.0.0">
|
|
2 <description>into Galaxy PlantTribes database</description>
|
|
3 <macros>
|
|
4 <import>macros.xml</import>
|
|
5 </macros>
|
|
6 <command detect_errors="exit_code"><![CDATA[
|
|
7 python '$__tool_directory__/gene_family_scaffold_loader.py'
|
|
8 --database_connection_string '$__app__.config.plant_tribes_database_connection'
|
|
9 --output '$output'
|
1
|
10 --scaffold_path '$GALAXY_DATA_INDEX_DIR/plant_tribes/scaffolds/$scaffold']]></command>
|
0
|
11 <inputs>
|
|
12 <expand macro="param_scaffold" />
|
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data name="output" format="txt"/>
|
|
16 </outputs>
|
|
17 <tests>
|
|
18 <test>
|
|
19 <!--Testing this tool is a bit difficult at the current time.-->
|
|
20 </test>
|
|
21 </tests>
|
|
22 <help>
|
|
23 This tool is one of the PlantTribes collection of automated modular analysis pipelines for comparative and evolutionary
|
|
24 analyses of genome-scale gene families and transcriptomes. This tool analyzes scaffolds installed into Galaxy by the
|
|
25 PlantTribes Scaffolds Downloader data manager tool and inserts information about them into the Galaxy PlantTribes database
|
|
26 for querying and additional analysis.
|
|
27
|
|
28 -----
|
|
29
|
|
30 **Required options**
|
|
31
|
|
32 * **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 analyzed and loaded into the Galaxy PlantTribes database.
|
|
33 </help>
|
|
34 <citations>
|
|
35 <citation type="bibtex">
|
|
36 @unpublished{None,
|
|
37 author = {Greg Von Kuster,Eric Wafula},
|
|
38 title = {None},
|
|
39 year = {None},
|
|
40 eprint = {None},
|
|
41 url = {https://github.com/dePamphilis/PlantTribes}}
|
|
42 </citation>
|
|
43 </citations>
|
|
44 </tool>
|