comparison rgToolFactory.py @ 20:812871c1eaec draft

Uploaded
author fubar
date Sun, 23 Mar 2014 07:55:37 -0400
parents 4bfe405f76ed
children abeec897b2d7
comparison
equal deleted inserted replaced
19:4bfe405f76ed 20:812871c1eaec
184 else: 184 else:
185 a('-') # stdin 185 a('-') # stdin
186 a(opts.input_tab) 186 a(opts.input_tab)
187 a(opts.output_tab) 187 a(opts.output_tab)
188 self.outFormats = 'tabular' # TODO make this an option at tool generation time 188 self.outFormats = 'tabular' # TODO make this an option at tool generation time
189 self.inputFormats = 'tabular' # TODO make this an option at tool generation time 189 self.inputFormats = 'tabular,txt' # TODO make this an option at tool generation time
190 self.test1Input = '%s_test1_input.xls' % self.toolname 190 self.test1Input = '%s_test1_input.xls' % self.toolname
191 self.test1Output = '%s_test1_output.xls' % self.toolname 191 self.test1Output = '%s_test1_output.xls' % self.toolname
192 self.test1HTML = '%s_test1_output.html' % self.toolname 192 self.test1HTML = '%s_test1_output.html' % self.toolname
193 193
194 def makeXML(self): 194 def makeXML(self):