comparison analysis_sync.xml @ 6:1bc5858e164e 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:07:15 -0500
parents 37568346a8d0
children
comparison
equal deleted inserted replaced
5:1feafd1385b1 6:1bc5858e164e
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="analysis_sync" profile="16.04" name="Synchronize an analysis" version="@WRAPPER_VERSION@.1"> 2 <tool id="analysis_sync" profile="16.04" name="Synchronize an analysis" version="@WRAPPER_VERSION@.0">
3 <description>from Chado to Tripal</description> 3 <description>from Chado to 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"/>
15 15
16 --analysis_id '${analysis_id}' 16 --analysis_id '${analysis_id}'
17 17
18 && 18 &&
19 19
20 echo "Data loaded" > $results 20 echo "Data loaded" > '$results'
21 ]]></command> 21 ]]></command>
22 <inputs> 22 <inputs>
23 <param argument="--analysis_id" 23 <param argument="--analysis_id"
24 type="select" 24 type="select"
25 dynamic_options="list_analyses()" 25 dynamic_options="list_analyses()"