changeset 20:812871c1eaec draft

Uploaded
author fubar
date Sun, 23 Mar 2014 07:55:37 -0400
parents 4bfe405f76ed
children abeec897b2d7
files rgToolFactory.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rgToolFactory.py	Sun Mar 23 07:46:57 2014 -0400
+++ b/rgToolFactory.py	Sun Mar 23 07:55:37 2014 -0400
@@ -186,7 +186,7 @@
         a(opts.input_tab)
         a(opts.output_tab)
         self.outFormats = 'tabular' # TODO make this an option at tool generation time
-        self.inputFormats = 'tabular' # TODO make this an option at tool generation time
+        self.inputFormats = 'tabular,txt' # TODO make this an option at tool generation time
         self.test1Input = '%s_test1_input.xls' % self.toolname
         self.test1Output = '%s_test1_output.xls' % self.toolname
         self.test1HTML = '%s_test1_output.html' % self.toolname