[arvados] updated: 2.1.0-3015-gee532d8ff
git repository hosting
git at public.arvados.org
Sat Nov 12 01:27:06 UTC 2022
Summary of changes:
sdk/cwl/arvados_cwl/arvworkflow.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ee532d8ffb857bea75712fd93d450eaef161521b (commit)
from 988db9dc5af7e2c06e2a6106d2ce32275e3da7a4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ee532d8ffb857bea75712fd93d450eaef161521b
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Nov 11 20:26:37 2022 -0500
19688: Set step id to match original workflow id
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/arvados_cwl/arvworkflow.py b/sdk/cwl/arvados_cwl/arvworkflow.py
index ecbac0c2c..78bc7f319 100644
--- a/sdk/cwl/arvados_cwl/arvworkflow.py
+++ b/sdk/cwl/arvados_cwl/arvworkflow.py
@@ -55,7 +55,7 @@ def make_wrapper_workflow(arvRunner, main, packed, project_uuid, name):
# now construct the wrapper
step = {
- "id": "#main/step",
+ "id": "#main/" + name,
"in": [],
"out": [],
"run": "keep:%s/workflow.json#main" % pdh,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list