# HG changeset patch # User fubar # Date 1421031687 18000 # Node ID d75fd880fce24d599fabac753a44e5580dd25f74 # Parent 6a3c292412fa54c86deadda929767c0ce594c906 Uploaded diff -r 6a3c292412fa -r d75fd880fce2 rgToolFactory2.py --- a/rgToolFactory2.py Sun Jan 11 21:32:15 2015 -0500 +++ b/rgToolFactory2.py Sun Jan 11 22:01:27 2015 -0500 @@ -311,14 +311,14 @@ a tabular file reverse.py --script_path "$runMe" --interpreter "python" - --tool_name "reverse" --input_tab "$input1" --output_tab "$tab_file" + --tool_name "reverse" --input_tab "$input1" --output_tab "$output1" - + @@ -497,7 +497,7 @@ else: xdict['command_outputs'] += ' --output_dir "./"' if self.opts.output_tab: - xdict['command_outputs'] += ' --output_tab "$tab_file"' + xdict['command_outputs'] += ' --output_tab "$output1"' xdict['outputs'] += ' \n' % self.outFormats xdict['command'] = newCommand % xdict if self.opts.citations: