I am writing tool tests within my xml wrappers for a tool that takes input from a history dataset. I ran into a problem when I am using the “data_column” type input parameter. The tool test will run correctly when I use an example with the input in the first column “1”, but if I need to specify the column as “2” I get a long error message with the following header message:
"problem_log": " File \"/usr/lib64/python2.6/unittest.py\", line 278, in run\n testMethod()\n File \"/mnt/data/galaxy/gb-dev-02/test/functional/test_toolbox.py\", line 289, in test_tool\n self.do_it( td )\n File \"/mnt/data/galaxy/gb-dev-02/test/functional/test_toolbox.py\", line 58, in do_it\n raise e\n'Error creating a job for these tool inputs - Unknown error occurred while processing request.\n-------------------- >>
I can work around this by changing my test-data input files, but can you explain why I might be getting this result and if I can correct it another way?
Kind regards Joanna