diff delete_features.xml @ 5:f7e9c792047b draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 85194fa009ead2c34720faab61a4143fc29d17c2
author gga
date Fri, 31 Aug 2018 09:34:42 -0400
parents 40b26f8269a3
children 2adc3aa47d15
line wrap: on
line diff
--- a/delete_features.xml	Mon Mar 12 06:33:27 2018 -0400
+++ b/delete_features.xml	Fri Aug 31 09:34:42 2018 -0400
@@ -15,6 +15,7 @@
 	--gff "$gff_out"
 	--fasta "$fasta_out"
 	--json "$json_out"
+    "$__user_email__"
 
     &&
 
@@ -42,7 +43,9 @@
     <param name="ask_one" type="boolean" truevalue="yes" falsevalue="" label="Are you SURE you want to do this?" help="It will PERMANENTLY delete all of the features on this organism."/>
   </inputs>
   <outputs>
-    <data format="tabular" name="output" label="Process and Error Log"/>
+    <data format="tabular" name="output" label="Process and Error Log">
+        <discover_datasets pattern="(?P&lt;designation&gt;.+)\.txt" format="tabular" visible="true"/>
+    </data>
 
     <data format="gff3" name="gff_out" label="Annotations from Apollo" hidden="true"/>
     <data format="fasta" name="fasta_out" label="Sequence(s) from Apollo" hidden="true"/>