error in freebayes with input parameters

Hi, when I used freebayes to call SNPs with input filter parameters, there is a error in my local galaxy. when I closed the input filter parameters everything is OK. I just want to know how can I solve the problem.
the following is the error details
Traceback (most recent call last):
File “lib/galaxy/jobs/runners/init.py”, line 243, in prepare_job
job_wrapper.prepare()
File “lib/galaxy/jobs/init.py”, line 1161, in prepare
self.command_line, self.extra_filenames, self.environment_variables = tool_evaluator.build()
File “lib/galaxy/tools/evaluation.py”, line 462, in build
raise e
File “lib/galaxy/tools/evaluation.py”, line 458, in build
self.__build_command_line()
File “lib/galaxy/tools/evaluation.py”, line 483, in __build_command_line
command_line = fill_template(command, context=param_dict, python_template_version=self.tool.python_template_version)
File “lib/galaxy/util/template.py”, line 107, in fill_template
raise first_exception or e
File “lib/galaxy/util/template.py”, line 80, in fill_template
return unicodify(t, log_exception=False)
File “lib/galaxy/util/init.py”, line 1060, in unicodify
value = str(value)
File “/home/ychen1/galaxy/galaxy-test/galaxy/.venv/lib/python3.7/site-packages/Cheetah/Template.py”, line 1053, in unicode
return getattr(self, mainMethName)()
File “cheetah_DynamicallyCompiledCheetahTemplate_1638720981_7731435_86611.py”, line 438, in respond
File “/home/ychen1/galaxy/galaxy-test/galaxy/.venv/lib/python3.7/site-packages/Cheetah/NameMapper.py”, line 293, in valueFromSearchList
_raiseNotFoundException(key, searchList)
File “/home/ychen1/galaxy/galaxy-test/galaxy/.venv/lib/python3.7/site-packages/Cheetah/NameMapper.py”, line 178, in _raiseNotFoundException
raise NotFound(excString)
Cheetah.NameMapper.NotFound: cannot find ‘standard_filters’

I will be very pleasure hearing from you,thx