comparison analysis_delete_analyses.xml @ 7:702c04ac6921 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:17:47 -0500
parents 0ee269a25a50
children ab0e3ca18381
comparison
equal deleted inserted replaced
6:ba6bee1b2d3c 7:702c04ac6921
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="analysis_delete_analyses" name="Chado analysis delete" version="@WRAPPER_VERSION@.0"> 2 <tool id="analysis_delete_analyses" name="Chado analysis delete" version="@WRAPPER_VERSION@.0">
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"/>
8 <code file="chado.py"/> 8 <code file="chado.py"/>
9 <command detect_errors="aggressive"><![CDATA[ 9 <command detect_errors="aggressive"><![CDATA[
10 @AUTH@ 10 @AUTH@
11 11
12 chakin analysis delete_analyses 12 chakin analysis delete_analyses
13 13
14 --analysis_id '$analysis_id' 14 --analysis_id '$analysis_id'
15 15
16 > $results 16 > $results
17 ]]></command> 17 ]]></command>
18 <inputs> 18 <inputs>
19 <!-- arguments --> 19 <!-- arguments -->
20 20
21 <!-- options --> 21 <!-- options -->
22 <param argument="--analysis_id" 22 <param argument="--analysis_id"
23 type="select" 23 type="select"
24 dynamic_options="list_analyses()" 24 dynamic_options="list_analyses()"
25 label="Analysis" /> 25 label="Analysis" />
26 26
27 </inputs> 27 </inputs>
28 <outputs> 28 <outputs>
29 <data format="txt" name="results"/> 29 <data format="txt" name="results"/>
30 </outputs> 30 </outputs>
31 <help> 31 <help>
32 Delete analysis 32 Delete analysis
33 33
34 @HELP@ 34 @HELP@
35 </help> 35 </help>
36 </tool> 36 </tool>