view organism_delete_all_organisms.xml @ 7:8fa2f86a7735 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit f5c5d81fc9781371e12b91c0d609b9201587cda5
author gga
date Fri, 23 Nov 2018 11:03:34 -0500
parents eabcd2a28184
children de04361b6ba3
line wrap: on
line source

<?xml version="1.0"?>
<tool id="organism_delete_all_organisms" name="Chado delete all organisms" version="@WRAPPER_VERSION@.0">
    <description></description>
	<macros>
		<import>macros.xml</import>
	</macros>
	<expand macro="requirements"/>
	<command detect_errors="aggressive"><![CDATA[
@AUTH@

chakin organism delete_all_organisms

#if $confirm:
  $confirm
#end if

 > $results
    ]]></command>
	<inputs>
    <!-- arguments -->

    <!-- 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 organisms." />

	</inputs>
	<outputs>
		<data format="txt" name="results"/>
	</outputs>
	<help>
Delete all organisms

@HELP@
	</help>
</tool>