comparison expression_delete_all_biomaterials.xml @ 2:d971894a31a3 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit f5c5d81fc9781371e12b91c0d609b9201587cda5
author gga
date Fri, 23 Nov 2018 11:09:06 -0500
parents db7db54dd2d8
children c3a38dd6e7aa
comparison
equal deleted inserted replaced
1:df919ab21090 2:d971894a31a3
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="expression_delete_all_biomaterials" name="Chado biomaterials delete all" version="@WRAPPER_VERSION@.0"> 2 <tool id="expression_delete_all_biomaterials" name="Chado biomaterials delete all" version="@WRAPPER_VERSION@.0">
3 <description></description> 3 <description></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"/>
8 <command detect_errors="aggressive"><![CDATA[ 8 <command detect_errors="aggressive"><![CDATA[
9 @AUTH@ 9 @AUTH@
10 10
11 chakin expression delete_all_biomaterials 11 chakin expression delete_all_biomaterials
12 12
13 $confirm 13 $confirm
14 14
15 > $results 15 > $results
16 ]]></command> 16 ]]></command>
17 <inputs> 17 <inputs>
18 <!-- options --> 18 <!-- options -->
19 <param name="confirm" label="Confirm" argument="confirm" type="boolean" truevalue="--confirm" falsevalue="" help="Confirm that you really do want to delete ALL of the biomaterials." /> 19 <param name="confirm" label="Confirm" argument="confirm" type="boolean" truevalue="--confirm" falsevalue="" help="Confirm that you really do want to delete ALL of the biomaterials." />
20 20
21 <expand macro="wait_for"/> 21 <expand macro="wait_for"/>
22 </inputs> 22 </inputs>
23 <outputs> 23 <outputs>
24 <data format="txt" name="results"/> 24 <data format="txt" name="results"/>
25 </outputs> 25 </outputs>
26 <help> 26 <help>
27 Delete all biomaterials 27 Delete all biomaterials
28 28
29 @HELP@ 29 @HELP@
30 </help> 30 </help>
31 </tool> 31 </tool>