comparison db_populate_mviews.xml @ 6:cb275189e24f 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:09:56 -0500
parents 5844a910e1b5
children
comparison
equal deleted inserted replaced
5:b8139baba600 6:cb275189e24f
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"