# HG changeset patch # User fubar # Date 1395575737 14400 # Node ID 812871c1eaec5e68057165ea54f7652736beef8a # Parent 4bfe405f76ed5d501c715794e5fe01ebdaa7917a Uploaded diff -r 4bfe405f76ed -r 812871c1eaec rgToolFactory.py --- 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