comparison analysis_get_analyses.xml @ 11:dc85293ad585 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:35:05 -0400
parents dde12105d2d1
children 461d4d572db0
comparison
equal deleted inserted replaced
10:dde12105d2d1 11:dc85293ad585
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="analysis_get_analyses" name="Chado analysis get" version="@WRAPPER_VERSION@.0"> 2 <tool id="analysis_get_analyses" name="Chado analysis get" 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"/>
38 --description '$description' 38 --description '$description'
39 #end if 39 #end if
40 40
41 | jq -S . > '$results' 41 | jq -S . > '$results'
42 42
43 && @STOP_PSQL@ 43 @STOP_PSQL@
44 ]]></command> 44 ]]></command>
45 <inputs> 45 <inputs>
46 <expand macro="psql_target"/> 46 <expand macro="psql_target"/>
47 <!-- options --> 47 <!-- options -->
48 <param name="analysis_id" label="Analysis Id" argument="--analysis_id" type="integer" help="analysis_id filter" optional="True" /> 48 <param name="analysis_id" label="Analysis Id" argument="--analysis_id" type="integer" help="analysis_id filter" optional="True" />