comparison expression_delete_all_biomaterials.xml @ 6:596d9834ac30 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bc69ce09372c8c2701b726c326e671af279adb4d
author gga
date Thu, 11 Jul 2019 08:36:45 -0400
parents 3a3791f72693
children 24b13e012f3e
comparison
equal deleted inserted replaced
5:3a3791f72693 6:596d9834ac30
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@.1">
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"/>
12 12
13 $confirm 13 $confirm
14 14
15 > '$results' 15 > '$results'
16 16
17 && @ZIP_PSQL@ 17 @ZIP_PSQL@
18 ]]></command> 18 ]]></command>
19 <inputs> 19 <inputs>
20 <expand macro="psql_target"/> 20 <expand macro="psql_target"/>
21 <!-- options --> 21 <!-- options -->
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." /> 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." />