forked from galaxyproject/tools-iuc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix filter_tabular tool if
skip_lines
is left unset (galaxyprojec…
…t#6108) * Fix filter_tabular tool if ``skip_lines`` is left unset Fixes https://sentry.galaxyproject.org/share/issue/2fdb36e276fd4e21889ced01da9683da/: ``` NotFound: cannot find 'tbl' File "galaxy/jobs/runners/__init__.py", line 297, in prepare_job job_wrapper.prepare() File "galaxy/jobs/__init__.py", line 1260, in prepare ) = tool_evaluator.build() File "galaxy/tools/evaluation.py", line 586, in build global_tool_logs(self._build_config_files, config_file, "Building Config Files") File "galaxy/tools/evaluation.py", line 98, in global_tool_logs raise e File "galaxy/tools/evaluation.py", line 94, in global_tool_logs return func() File "galaxy/tools/evaluation.py", line 658, in _build_config_files self.__write_workdir_file(config_filename, config_text, param_dict, is_template=is_template) File "galaxy/tools/evaluation.py", line 791, in __write_workdir_file value = fill_template(content, context=context, python_template_version=self.tool.python_template_version) File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 115, in fill_template return fill_template( File "galaxy/util/template.py", line 123, in fill_template raise first_exception or e File "galaxy/util/template.py", line 87, in fill_template return unicodify(t, log_exception=False) File "galaxy/util/__init__.py", line 1183, in unicodify value = str(value) File "Cheetah/Template.py", line 1053, in __unicode__ return getattr(self, mainMethName)() File "cheetah_DynamicallyCompiledCheetahTemplate_1719172856_827265_49661.py", line 100, in respond ``` * Add homepage_url and expect_num_outputs * Fix flake8 * fix regular expressions * improve regexes the colnames enclosed in `"` should not contain `"` * Bump other tools --------- Co-authored-by: Matthias Bernt <[email protected]>
- Loading branch information
1 parent
934f4b6
commit dd35055
Showing
7 changed files
with
51 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters