comparison analysis_delete_analyses.xml @ 11:7bcd46cf597f 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:39:13 -0400
parents 0859730cc192
children 806cdd9e7780
comparison
equal deleted inserted replaced
10:0859730cc192 11:7bcd46cf597f
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@.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"/>
13 13
14 --analysis_id '$analysis_id' 14 --analysis_id '$analysis_id'
15 15
16 > '$results' 16 > '$results'
17 17
18 && @ZIP_PSQL@ 18 @ZIP_PSQL@
19 ]]></command> 19 ]]></command>
20 <inputs> 20 <inputs>
21 <expand macro="psql_target"/> 21 <expand macro="psql_target"/>
22 <!-- arguments --> 22 <!-- arguments -->
23 23