Mercurial > repos > gga > tripal_phylogeny_sync
annotate phylogeny_sync.xml @ 2:09d829a2564c draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 690532f4a8e36a334b2d4e15b832532fc1bb8d39
| author | gga |
|---|---|
| date | Mon, 25 Feb 2019 05:57:57 -0500 |
| parents | 6ba9850d6f04 |
| children | 6161095f1a1f |
| rev | line source |
|---|---|
|
0
6ba9850d6f04
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"?> |
|
6ba9850d6f04
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"> |
|
6ba9850d6f04
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> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
4 <macros> |
|
6ba9850d6f04
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> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
6 </macros> |
|
6ba9850d6f04
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"/> |
|
6ba9850d6f04
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"/> |
|
6ba9850d6f04
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"/> |
|
6ba9850d6f04
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[ |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
11 |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
12 @AUTH@ |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
13 |
|
6ba9850d6f04
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 |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
15 |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
16 && |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
17 |
|
6ba9850d6f04
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 |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
19 ]]></command> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
20 <inputs> |
|
6ba9850d6f04
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"/> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
22 </inputs> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
23 <outputs> |
|
6ba9850d6f04
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" /> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
25 </outputs> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
26 <tests> |
|
6ba9850d6f04
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"> |
|
6ba9850d6f04
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" /> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
29 </test> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
30 </tests> |
|
6ba9850d6f04
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[ |
|
6ba9850d6f04
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@ |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
33 |
|
6ba9850d6f04
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** |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
35 |
|
6ba9850d6f04
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. |
|
6ba9850d6f04
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. |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
38 |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
39 @HELP@ |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
40 ]]></help> |
|
6ba9850d6f04
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"/> |
|
6ba9850d6f04
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
gga
parents:
diff
changeset
|
42 </tool> |
