comparison expression_sync_biomaterials.xml @ 0:030d63ede604 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 690532f4a8e36a334b2d4e15b832532fc1bb8d39
author gga
date Mon, 25 Feb 2019 06:16:27 -0500
parents
children a99a330e05be
comparison
equal deleted inserted replaced
-1:000000000000 0:030d63ede604
1 <?xml version="1.0"?>
2 <tool id="expression_sync_biomaterials" name="Synchronize biomaterials" version="@WRAPPER_VERSION@.0">
3 <description>from Chado to Tripal</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[
9 @AUTH@
10
11 tripaille expression sync_biomaterials
12
13 #if $ids:
14 --ids '$ids'
15 #end if
16
17 &&
18
19 echo "Data loaded" > $results
20 ]]></command>
21 <inputs>
22 <!-- arguments -->
23
24 <!-- options -->
25 <param name="ids" label="Ids" argument="ids" type="text" help="List of ids of biomaterials to be synced (default: all)" />
26
27 </inputs>
28 <outputs>
29 <data format="txt" name="results"/>
30 </outputs>
31 <help>
32 Synchronize some biomaterials
33
34 @HELP@
35 </help>
36 </tool>