Skip to content

Commit 915cde3

Browse files
committed
feat
1 parent f3dd772 commit 915cde3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

streamflow/cwl/translator.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,11 @@ def translate(self) -> Workflow:
29832983
connector_ports={
29842984
target.deployment.name: deploy_step.get_output_port()
29852985
},
2986-
input_directory=self.output_directory,
2986+
input_directory=os.path.join(
2987+
self.output_directory,
2988+
f"wf-{workflow.name}",
2989+
output_name.lstrip(posixpath.sep),
2990+
),
29872991
binding_config=BindingConfig(targets=[target]),
29882992
)
29892993
# Add the port as an input of the schedule step

0 commit comments

Comments
 (0)