view expression_delete_all_biomaterials.xml @ 16:ded53bbfd8ab draft default tip

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 20d8d84d66eb27f870cadb94a02c97806090df24
author gga
date Wed, 11 May 2022 14:42:26 +0000
parents 24b13e012f3e
children
line wrap: on
line source

<?xml version="1.0"?>
<tool id="expression_delete_all_biomaterials" name="Chado biomaterials delete all" version="@WRAPPER_VERSION@">
    <description></description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <expand macro="requirements"/>
    <command detect_errors="aggressive"><![CDATA[
@START_PSQL@ &&

chakin expression delete_all_biomaterials

$confirm

 > '$results'

 @ZIP_PSQL@
    ]]></command>
    <inputs>
        <expand macro="psql_target"/>
        <!-- options -->
        <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." />

        <expand macro="wait_for"/>
    </inputs>
    <outputs>
        <data format="txt" name="results"/>
<data format="postgresql" name="outfile" from_work_dir="postgresql_out.tar.bz2" label="${tool.name} on ${on_string}">
  <filter>psql_target['method'] == "pgtools"</filter>
</data>
    </outputs>
    <help>
Delete all biomaterials

@HELP@
    </help>
</tool>