Mercurial > repos > gga > tripal_db_populate_mviews
comparison db_populate_mviews.xml @ 5:0aad47a1ea3c draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857
author | gga |
---|---|
date | Tue, 05 Mar 2019 05:25:14 -0500 |
parents | 52f0e9417dc1 |
children |
comparison
equal
deleted
inserted
replaced
4:c0598710aa0d | 5:0aad47a1ea3c |
---|---|
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@.1"> | 2 <tool id="db_populate_mviews" profile="16.04" name="Populate materialized views" version="@WRAPPER_VERSION@.0"> |
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"/> |
16 --name '${mview}' | 16 --name '${mview}' |
17 #end if | 17 #end if |
18 | 18 |
19 && | 19 && |
20 | 20 |
21 echo "Data loaded" > $results | 21 echo "Data loaded" > '$results' |
22 ]]></command> | 22 ]]></command> |
23 <inputs> | 23 <inputs> |
24 <param name="mview" | 24 <param name="mview" |
25 argument="--name" | 25 argument="--name" |
26 type="text" | 26 type="text" |