changeset 25:7e033744cb20 draft

correct datatype for output
author Matt Shirley <mdshw5@gmail.com>
date Wed, 19 Jun 2013 16:48:18 -0400
parents 4985f8c00366
children 5f57967aac3e
files sra_validate.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sra_validate.xml	Wed Jun 19 16:46:16 2013 -0400
+++ b/sra_validate.xml	Wed Jun 19 16:48:18 2013 -0400
@@ -6,7 +6,7 @@
     <param format="sra" name="input" type="data" label="sra archive"/>
   </inputs>
   <outputs>
-    <data format="text" name="output"/>
+    <data format="txt" name="output"/>
   </outputs>
   <stdio>
     <exit_code range="127" level="fatal" description="Cannot find vdb-validate binary"/>