Skip to content

Instantly share code, notes, and snippets.

@vilterp
Created August 11, 2014 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vilterp/86db70673be54006adc0 to your computer and use it in GitHub Desktop.
Save vilterp/86db70673be54006adc0 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/nfs/software/galaxy-es/galaxy/lib/galaxy/jobs/runners/condor.py", line 108, in queue_job
job_wrapper.prepare()
File "/nfs/software/galaxy-es/galaxy/lib/galaxy/jobs/__init__.py", line 187, in prepare
config_filenames = self.tool.build_config_files( param_dict, self.working_directory )
File "/nfs/software/galaxy-es/galaxy/lib/galaxy/tools/__init__.py", line 2443, in build_config_files
f.write( fill_template( template_text, context=param_dict ) )
File "/nfs/software/galaxy-es/galaxy/lib/galaxy/util/template.py", line 9, in fill_template
return str( Template( source=template_text, searchList=[context] ) )
File "/nfs/software/galaxy-es/galaxy/eggs/Cheetah-2.2.2-py2.7-linux-x86_64-ucs4.egg/Cheetah/Template.py", line 1004, in __str__
return getattr(self, mainMethName)()
File "cheetah_DynamicallyCompiledCheetahTemplate_1407794453_48_96673.py", line 133, in respond
NotFound: cannot find 'model' while searching for 'e.model'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment