Loading lib/galaxy/jobs/runners/pulsar.py +2 −0 Original line number Diff line number Diff line Loading @@ -1139,6 +1139,8 @@ class PulsarComputeEnvironment(ComputeEnvironment): return self._shared_home_dir elif target == "job_home": return "$_GALAXY_JOB_HOME_DIR" elif target == "pwd": os.path.join(self.working_directory(), "working") else: raise Exception(f"Unknown target type [{target}]") Loading test/integration/test_pulsar_embedded.py +1 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,6 @@ test_tools = integration_util.integration_tool_runner( "multi_output_assign_primary_ext_dbkey", "strict_shell", "tool_provided_metadata_9", "simple_constructs_y", ] ) Loading
lib/galaxy/jobs/runners/pulsar.py +2 −0 Original line number Diff line number Diff line Loading @@ -1139,6 +1139,8 @@ class PulsarComputeEnvironment(ComputeEnvironment): return self._shared_home_dir elif target == "job_home": return "$_GALAXY_JOB_HOME_DIR" elif target == "pwd": os.path.join(self.working_directory(), "working") else: raise Exception(f"Unknown target type [{target}]") Loading
test/integration/test_pulsar_embedded.py +1 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,6 @@ test_tools = integration_util.integration_tool_runner( "multi_output_assign_primary_ext_dbkey", "strict_shell", "tool_provided_metadata_9", "simple_constructs_y", ] )