diff feature_load_featureprops.xml @ 11:ae5af24183a6 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 0b135f1ea2623ea68e41ac88e13d99e6b4ad8bea
author gga
date Mon, 08 Jul 2019 05:36:34 -0400
parents 46b3ccaa24ca
children 23550bf28405
line wrap: on
line diff
--- a/feature_load_featureprops.xml	Tue Mar 05 05:15:15 2019 -0500
+++ b/feature_load_featureprops.xml	Mon Jul 08 05:36:34 2019 -0400
@@ -7,7 +7,7 @@
     <expand macro="requirements"/>
     <code file="chado.py"/>
     <command detect_errors="aggressive"><![CDATA[
-@AUTH@
+@START_PSQL@ &&
 
 chakin feature load_featureprops
 '$tab_file'
@@ -22,8 +22,11 @@
 $match_on_name
 
 | jq -S . > '$results'
+
+&& @ZIP_PSQL@
     ]]></command>
     <inputs>
+        <expand macro="psql_target"/>
         <!-- arguments -->
         <param name="tab_file" label="Tab File" argument="tab_file" type="data" format="tabular" help="Path to the tabular file to load" />
         <param argument="analysis_id" type="select" dynamic_options="list_analyses()" label="Analysis" />
@@ -39,6 +42,9 @@
     </inputs>
     <outputs>
         <data format="json" name="results"/>
+        <data format="postgresql" name="outfile" from_work_dir="postgresql_out.tar.bz2" label="${tool.name} on ${on_string}">
+    			<filter>psql_target['method'] == "pgtools"</filter>
+    		</data>
     </outputs>
     <help>
 Load feature properties from a tabular file (Column1: feature name or uniquename, Column2: property value)