File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1035,15 +1035,15 @@ def _ro_annotations(self):
1035
1035
# Where is the main workflow?
1036
1036
annotations .append ({
1037
1037
"uri" : uuid .uuid4 ().urn ,
1038
- "about" : posixpath .join (WORKFLOW , "packed.cwl" ),
1038
+ "about" : posixpath .join (".." , WORKFLOW , "packed.cwl" ),
1039
1039
"oa:motivatedBy" : {"@id" : "oa:highlighting" }
1040
1040
})
1041
1041
1042
1042
annotations .append ({
1043
1043
"uri" : uuid .uuid4 ().urn ,
1044
1044
"about" : self .workflow_run_uri ,
1045
- "content" : [posixpath .join (WORKFLOW , "packed.cwl" ),
1046
- posixpath .join (WORKFLOW , "primary-job.json" )],
1045
+ "content" : [posixpath .join (".." , WORKFLOW , "packed.cwl" ),
1046
+ posixpath .join (".." , WORKFLOW , "primary-job.json" )],
1047
1047
"oa:motivatedBy" : {"@id" : "oa:linking" }
1048
1048
})
1049
1049
You can’t perform that action at this time.
0 commit comments