changeset 19:9c63ab34838d draft default tip

Uploaded
author ulfschaefer
date Thu, 14 Jul 2016 10:50:41 -0400
parents ad82db63197d
children
files vcfs2fasta.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vcfs2fasta.xml	Thu Jul 14 09:49:46 2016 -0400
+++ b/vcfs2fasta.xml	Thu Jul 14 10:50:41 2016 -0400
@@ -157,6 +157,9 @@
 
   <outputs>
     <data format="fasta" name="output" label="${tool.name} on ${on_string}: FASTA file" />
+    <data format="csv" name="statsfile" label="${tool.name} on ${on_string}: STATS">
+        <filter>withstats is True</filter>
+    </data>
   </outputs>
   <test>
 	<param name="input_vcfs" value="1_short.vcf" ftype="vcf" />