Loading lib/galaxy/jobs/__init__.py +2 −1 Original line number Diff line number Diff line Loading @@ -1857,7 +1857,8 @@ class MinimalJobWrapper(HasResourceParameters): # the tasks failed. So include the stderr, stdout, and exit code: return fail() extended_metadata = self.external_output_metadata.extended and not self.tool.tool_type == "interactive" extended_metadata = self.external_output_metadata.extended # why was that here? and not self.tool.tool_type == "interactive" # We collect the stderr from tools that write their stderr to galaxy.json tool_provided_metadata = self.get_tool_provided_job_metadata() Loading Loading
lib/galaxy/jobs/__init__.py +2 −1 Original line number Diff line number Diff line Loading @@ -1857,7 +1857,8 @@ class MinimalJobWrapper(HasResourceParameters): # the tasks failed. So include the stderr, stdout, and exit code: return fail() extended_metadata = self.external_output_metadata.extended and not self.tool.tool_type == "interactive" extended_metadata = self.external_output_metadata.extended # why was that here? and not self.tool.tool_type == "interactive" # We collect the stderr from tools that write their stderr to galaxy.json tool_provided_metadata = self.get_tool_provided_job_metadata() Loading