[arvados] updated: 2.1.0-3014-g988db9dc5
git repository hosting
git at public.arvados.org
Fri Nov 11 22:56:42 UTC 2022
Summary of changes:
sdk/cwl/arvados_cwl/arvworkflow.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 988db9dc5af7e2c06e2a6106d2ce32275e3da7a4 (commit)
from 88d70b6d852d2347a958b7e76de3f47df2699e70 (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 988db9dc5af7e2c06e2a6106d2ce32275e3da7a4
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Nov 11 17:55:55 2022 -0500
19688: Set label so subwf isn't displayed as "step"
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 7f9c3c348..ecbac0c2c 100644
--- a/sdk/cwl/arvados_cwl/arvworkflow.py
+++ b/sdk/cwl/arvados_cwl/arvworkflow.py
@@ -58,7 +58,8 @@ def make_wrapper_workflow(arvRunner, main, packed, project_uuid, name):
"id": "#main/step",
"in": [],
"out": [],
- "run": "keep:%s/workflow.json#main" % pdh
+ "run": "keep:%s/workflow.json#main" % pdh,
+ "label": name
}
newinputs = []
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list