Mercurial > repos > greg > plant_tribes_add_scaffold
comparison add_scaffold.xml @ 0:fdcced0f4ae4 draft
Uploaded
author | greg |
---|---|
date | Tue, 22 May 2018 09:40:43 -0400 |
parents | |
children | c6a05684ed31 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fdcced0f4ae4 |
---|---|
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[ | |
7 python add_scaffold.py | |
8 --database_connection_string '$__app,config.plant_tribes_database_connection' | |
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> |