Mercurial > repos > gga > chado_expression_delete_all_biomaterials
view expression_delete_all_biomaterials.xml @ 8:70ee6d56aed7 draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit bfca9a8c38694bbf04d92a6668e4ea31cf658eb8"
author | gga |
---|---|
date | Thu, 14 Nov 2019 09:57:09 -0500 |
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>