Mercurial > repos > gga > tripal_phylogeny_sync
annotate phylogeny_sync.xml @ 0:d1f5c6c38277 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
author | gga |
---|---|
date | Mon, 06 Aug 2018 04:45:30 -0400 |
parents | |
children | f70a7f06ef30 |
rev | line source |
---|---|
0
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
2 <tool id="phylogeny_sync" profile="16.04" name="Synchronize phylogeny data" version="@WRAPPER_VERSION@.1"> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
3 <description>from Chado to Tripal</description> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
4 <macros> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
5 <import>macros.xml</import> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
6 </macros> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
8 <code file="tripal.py"/> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
9 <expand macro="stdio"/> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
10 <command><![CDATA[ |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
11 |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
12 @AUTH@ |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
13 |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
14 tripaille phylogeny sync |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
15 |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
16 && |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
17 |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
18 echo "Data loaded" > $results |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
19 ]]></command> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
20 <inputs> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
21 <expand macro="wait_for"/> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
22 </inputs> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
23 <outputs> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
24 <data format="json" name="results" label="Synchronize Phylogeny into Tripal" /> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
25 </outputs> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
26 <tests> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
27 <test expect_failure="true"> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
28 <expand macro="test_result" /> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
29 </test> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
30 </tests> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
31 <help><![CDATA[ |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
32 @HELP_OVERVIEW@ |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
33 |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
34 **Synchronize Phylogeny** |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
35 |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
36 With this tool, you can synchronize phylogeny data from the Chado database into the Tripal instance. |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
37 Corresponding Drupal nodes will be created. |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
38 |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
39 @HELP@ |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
40 ]]></help> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
41 <expand macro="citation"/> |
d1f5c6c38277
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
42 </tool> |