comparison expression_delete_all_biomaterials.xml @ 5:3a3791f72693 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
author gga
date Mon, 08 Jul 2019 05:36:49 -0400
parents c3a38dd6e7aa
children 596d9834ac30
comparison
equal deleted inserted replaced
4:c3a38dd6e7aa 5:3a3791f72693
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 @START_PSQL@ &&
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
17 && @ZIP_PSQL@
16 ]]></command> 18 ]]></command>
17 <inputs> 19 <inputs>
20 <expand macro="psql_target"/>
18 <!-- options --> 21 <!-- 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." /> 22 <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 23
21 <expand macro="wait_for"/> 24 <expand macro="wait_for"/>
22 </inputs> 25 </inputs>
23 <outputs> 26 <outputs>
24 <data format="txt" name="results"/> 27 <data format="txt" name="results"/>
28 <data format="postgresql" name="outfile" from_work_dir="postgresql_out.tar.bz2" label="${tool.name} on ${on_string}">
29 <filter>psql_target['method'] == "pgtools"</filter>
30 </data>
25 </outputs> 31 </outputs>
26 <help> 32 <help>
27 Delete all biomaterials 33 Delete all biomaterials
28 34
29 @HELP@ 35 @HELP@