Mercurial > repos > gga > tripal_entity_publish
comparison entity_publish.xml @ 2:6367393cae8e draft default tip
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit ea279e5b47cf3d5767328d17b0e40e57b0238ea1"
author | gga |
---|---|
date | Wed, 14 Aug 2019 10:03:19 -0400 |
parents | cf07e70c1502 |
children |
comparison
equal
deleted
inserted
replaced
1:cf07e70c1502 | 2:6367393cae8e |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="entity_publish" name="Publish entities" version="@WRAPPER_VERSION@.0"> | 2 <tool id="entity_publish" name="Publish entities" version="@WRAPPER_VERSION@.1"> |
3 <description>in Tripal</description> | 3 <description>in Tripal</description> |
4 <macros> | 4 <macros> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
25 <!-- options --> | 25 <!-- options --> |
26 <repeat name="repeat_types" title="types"> | 26 <repeat name="repeat_types" title="types"> |
27 <param name="types" label="Types" argument="types" type="text" help="List of entity types to be published (e.g. Gene mRNA, default: all)" /> | 27 <param name="types" label="Types" argument="types" type="text" help="List of entity types to be published (e.g. Gene mRNA, default: all)" /> |
28 </repeat> | 28 </repeat> |
29 | 29 |
30 <expand macro="wait_for"/> | |
31 | |
30 </inputs> | 32 </inputs> |
31 <outputs> | 33 <outputs> |
32 <data format="json" name="results"/> | 34 <data format="json" name="results"/> |
33 </outputs> | 35 </outputs> |
34 <help> | 36 <help> |