comparison entity_publish.xml @ 1:cf07e70c1502 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:23:23 -0500
parents fd775ed5c129
children 6367393cae8e
comparison
equal deleted inserted replaced
0:fd775ed5c129 1:cf07e70c1502
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"/>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 tripaille entity publish
10 9
11 #for $rep in $repeat_types: 10 @AUTH@
12 --types '$rep.types'
13 #end for
14 11
15 | jq -S . > $results 12 tripaille entity publish
13
14 #for $rep in $repeat_types:
15 --types '$rep.types'
16 #end for
17
18 &&
19
20 echo "Data loaded" > '$results'
16 ]]></command> 21 ]]></command>
17 <inputs> 22 <inputs>
18 <!-- arguments --> 23 <!-- arguments -->
19 24
20 <!-- options --> 25 <!-- options -->