comparison analysis_sync.xml @ 5:0c33da051cc6 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:22:18 -0500
parents 8fea07ae5d94
children
comparison
equal deleted inserted replaced
4:3fbc74df5fcf 5:0c33da051cc6
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()"