Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "lib/galaxy/jobs/runners/__init__.py", line 157, in prepare_job
  3. job_wrapper.prepare()
  4. File "lib/galaxy/jobs/__init__.py", line 832, in prepare
  5. self.command_line, self.extra_filenames = tool_evaluator.build()
  6. File "lib/galaxy/tools/evaluation.py", line 408, in build
  7. self.__build_command_line( )
  8. File "lib/galaxy/tools/evaluation.py", line 424, in __build_command_line
  9. command_line = fill_template( command, context=param_dict )
  10. File "lib/galaxy/util/template.py", line 9, in fill_template
  11. return str( Template( source=template_text, searchList=[context] ) )
  12. File "/home/g2test/server/eggs/Cheetah-2.2.2-py2.7-linux-x86_64-ucs4.egg/Cheetah/Template.py", line 1004, in __str__
  13. return getattr(self, mainMethName)()
  14. File "cheetah_DynamicallyCompiledCheetahTemplate_1423148623_64_93878.py", line 234, in respond
  15. NotFound: cannot find 'optional_inputs' while searching for 'options_type.optional_inputs.optional_inputs_selector'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement