Skip to content

Commit a4ee46b

Browse files
committed
Re-Add s:softwareVersion to CWL workflow next to s:version
1 parent 85371b6 commit a4ee46b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xcengine/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def create_cwl(self, image_tag: str) -> dict[str, Any]:
125125
"cwlVersion": "v1.0",
126126
"$namespaces": {"s": "https://schema.org/"},
127127
"s:version": "1.0.0",
128+
"s:softwareVersion": "1.0.0",
128129
"schemas": [
129130
"http://schema.org/version/9.0/schemaorg-current-http.rdf"
130131
],

0 commit comments

Comments
 (0)