comparison feature_load_featureprops.xml @ 10:46b3ccaa24ca draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 35c5eff77b573a66f3611b4906417df9a440c857
author gga
date Tue, 05 Mar 2019 05:15:15 -0500
parents 402032cb55a1
children ae5af24183a6
comparison
equal deleted inserted replaced
9:a68a9585241c 10:46b3ccaa24ca
19 --feature_type '$feature_type' 19 --feature_type '$feature_type'
20 #end if 20 #end if
21 21
22 $match_on_name 22 $match_on_name
23 23
24 | jq -S . > $results 24 | jq -S . > '$results'
25 ]]></command> 25 ]]></command>
26 <inputs> 26 <inputs>
27 <!-- arguments --> 27 <!-- arguments -->
28 <param name="tab_file" label="Tab File" argument="tab_file" type="data" format="tabular" help="Path to the tabular file to load" /> 28 <param name="tab_file" label="Tab File" argument="tab_file" type="data" format="tabular" help="Path to the tabular file to load" />
29 <param argument="analysis_id" type="select" dynamic_options="list_analyses()" label="Analysis" /> 29 <param argument="analysis_id" type="select" dynamic_options="list_analyses()" label="Analysis" />