Mercurial > repos > gga > tripal_tripaille_expression_sync_biomaterials
annotate expression_sync_biomaterials.xml @ 0:89816260c45d draft default tip
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
| author | gga |
|---|---|
| date | Tue, 27 Nov 2018 12:23:15 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
2 <tool id="tripaille_expression_sync_biomaterials" name="Synchronize biomaterials" version="@WRAPPER_VERSION@.0"> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
3 <description>from Chado to Tripal</description> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
4 <macros> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
6 </macros> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
9 @AUTH@ |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
10 |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
11 tripaille expression sync_biomaterials |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
12 |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
13 #if $ids: |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
14 --ids '$ids' |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
15 #end if |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
16 |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
17 && |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
18 |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
19 echo "Data loaded" > $results |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
20 ]]></command> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
21 <inputs> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
22 <!-- arguments --> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
23 |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
24 <!-- options --> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
25 <param name="ids" label="Ids" argument="ids" type="text" help="List of ids of biomaterials to be synced (default: all)" /> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
26 |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
27 </inputs> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
28 <outputs> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
29 <data format="txt" name="results"/> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
30 </outputs> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
31 <help> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
32 Synchronize some biomaterials |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
33 |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
34 @HELP@ |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
35 </help> |
|
89816260c45d
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit f2d24488fcdce07b02c61451716dfcf0b8900167
gga
parents:
diff
changeset
|
36 </tool> |
