diff export_export_gff3.xml @ 10:b739fe763fcc 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:18 -0400
parents 4211d5d719ee
children eb33ee64bf99
line wrap: on
line diff
--- a/export_export_gff3.xml	Tue Mar 05 05:15:00 2019 -0500
+++ b/export_export_gff3.xml	Mon Jul 08 05:36:18 2019 -0400
@@ -7,15 +7,17 @@
     <expand macro="requirements"/>
     <code file="chado.py"/>
     <command detect_errors="aggressive"><![CDATA[
-@AUTH@
+@START_PSQL@ &&
 
 chakin export export_gff3
 '$organism'
 
+ > '$results'
 
- > '$results'
+ && @STOP_PSQL@
     ]]></command>
     <inputs>
+        <expand macro="psql_target"/>
         <!-- arguments -->
         <param argument="--organism"
                type="select"