Mercurial > repos > gga > tripal_db_populate_mviews
comparison db_populate_mviews.xml @ 2:52f0e9417dc1 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
author | gga |
---|---|
date | Thu, 21 Jun 2018 08:49:34 -0400 |
parents | 7fff65c442fe |
children | 0aad47a1ea3c |
comparison
equal
deleted
inserted
replaced
1:6c15d4e96b84 | 2:52f0e9417dc1 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="db_populate_mviews" profile="16.04" name="Populate materialized views" version="@WRAPPER_VERSION@.0"> | 2 <tool id="db_populate_mviews" profile="16.04" name="Populate materialized views" 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 argument="--name" | 25 argument="--name" |
26 type="text" | 26 type="text" |
27 optional="true" | 27 optional="true" |
28 label="View name" | 28 label="View name" |
29 help="The materialized view name to populate (leave empty to populate all views)" /> | 29 help="The materialized view name to populate (leave empty to populate all views)" /> |
30 <expand macro="wait_for"/> | |
30 </inputs> | 31 </inputs> |
31 <outputs> | 32 <outputs> |
32 <data format="txt" name="results" label="Populate Tripal materialized view(s)" /> | 33 <data format="txt" name="results" label="Populate Tripal materialized view(s)" /> |
33 </outputs> | 34 </outputs> |
34 <tests> | 35 <tests> |