comparison expression_delete_all_biomaterials.xml @ 0:db7db54dd2d8 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864
author gga
date Mon, 05 Nov 2018 08:04:11 -0500
parents
children d971894a31a3
comparison
equal deleted inserted replaced
-1:000000000000 0:db7db54dd2d8
1 <?xml version="1.0"?>
2 <tool id="expression_delete_all_biomaterials" name="Chado biomaterials delete all" version="@WRAPPER_VERSION@.0">
3 <description></description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements"/>
8 <command detect_errors="aggressive"><![CDATA[
9 @AUTH@
10
11 chakin expression delete_all_biomaterials
12
13 $confirm
14
15 > $results
16 ]]></command>
17 <inputs>
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." />
20
21 <expand macro="wait_for"/>
22 </inputs>
23 <outputs>
24 <data format="txt" name="results"/>
25 </outputs>
26 <help>
27 Delete all biomaterials
28
29 @HELP@
30 </help>
31 </tool>