comparison organism_get_organisms.xml @ 11:75818f023ff4 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:37:57 -0400
parents d404c87b322c
children 1873b5415ecf
comparison
equal deleted inserted replaced
10:d404c87b322c 11:75818f023ff4
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="organism_get_organisms" name="Chado organism get" version="@WRAPPER_VERSION@.0"> 2 <tool id="organism_get_organisms" name="Chado organism 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"/>
29 --comment '$comment' 29 --comment '$comment'
30 #end if 30 #end if
31 31
32 | jq -S . > '$results' 32 | jq -S . > '$results'
33 33
34 && @STOP_PSQL@ 34 @STOP_PSQL@
35 ]]></command> 35 ]]></command>
36 <inputs> 36 <inputs>
37 <expand macro="psql_target"/> 37 <expand macro="psql_target"/>
38 <!-- arguments --> 38 <!-- arguments -->
39 39