comparison expression_get_biomaterials.xml @ 6:ad6285f560a5 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:27 -0400
parents 6273615add1e
children 5013700f821b
comparison
equal deleted inserted replaced
5:6273615add1e 6:ad6285f560a5
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="expression_get_biomaterials" name="Chado biomaterial get" version="@WRAPPER_VERSION@.0"> 2 <tool id="expression_get_biomaterials" name="Chado biomaterial 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"/>
27 --analysis_id '$analysis_id' 27 --analysis_id '$analysis_id'
28 #end if 28 #end if
29 29
30 | jq -S . > '$results' 30 | jq -S . > '$results'
31 31
32 && @STOP_PSQL@ 32 @STOP_PSQL@
33 ]]></command> 33 ]]></command>
34 <inputs> 34 <inputs>
35 <expand macro="psql_target"/> 35 <expand macro="psql_target"/>
36 <!-- options --> 36 <!-- options -->
37 <param argument="organism_id" type="select" dynamic_options="list_organisms()" label="Organism" optional="true" /> 37 <param argument="organism_id" type="select" dynamic_options="list_organisms()" label="Organism" optional="true" />