Hi there
I'm trying to use the blastp tools from the ncbi_blast_tools, but every time I try and run a job I get the following error:
Traceback (most recent call last):
job_wrapper.prepare()
self.command_line, self.extra_filenames, self.environment_variables = tool_evaluator.build()
raise e
NotFound: cannot find 'files_path' while searching for 'db_opts.histdb.files_path'
This is happening when expanding the tool template. The BLAST db in in the history (thus the reference to histdb) but why can it not find this attribute?
Peter