Skip to content

Commit

Permalink
adapt legacy compat wrapper_creator to recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Dec 20, 2024
1 parent 59d6e71 commit 86f25f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bfabric/wrapper_creator/bfabric_wrapper_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_job_configuration_section(
inputs[resource.workunit.application["name"]].append({"resource_id": resource.id, "resource_url": web_url})

return {
"executable": str(self.workunit_definition.execution.executable),
"executable": str(self._workunit.application.executable["program"]),
"external_job_id": self._external_job_id,
"fastasequence": self._fasta_sequence,
"input": dict(inputs),
Expand Down

0 comments on commit 86f25f6

Please sign in to comment.