comparison feature_load_featureprops.xml @ 12:23550bf28405 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:36:32 -0400
parents ae5af24183a6
children 9db01be25d5b
comparison
equal deleted inserted replaced
11:ae5af24183a6 12:23550bf28405
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="feature_load_featureprops" name="Chado load feature properties" version="@WRAPPER_VERSION@.0"> 2 <tool id="feature_load_featureprops" name="Chado load feature properties" 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"/>
21 21
22 $match_on_name 22 $match_on_name
23 23
24 | jq -S . > '$results' 24 | jq -S . > '$results'
25 25
26 && @ZIP_PSQL@ 26 @ZIP_PSQL@
27 ]]></command> 27 ]]></command>
28 <inputs> 28 <inputs>
29 <expand macro="psql_target"/> 29 <expand macro="psql_target"/>
30 <!-- arguments --> 30 <!-- arguments -->
31 <param name="tab_file" label="Tab File" argument="tab_file" type="data" format="tabular" help="Path to the tabular file to load" /> 31 <param name="tab_file" label="Tab File" argument="tab_file" type="data" format="tabular" help="Path to the tabular file to load" />