Skip to content

Commit 52d9fcb

Browse files
committed
changes to enable nolinkcheck in case of default field, related to cwltool issue #2
1 parent 1452e65 commit 52d9fcb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

v1.0/Process.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,9 @@ $graph:
562562
563563
- name: default
564564
type: Any?
565-
jsonldPredicate: "cwl:default"
565+
jsonldPredicate:
566+
_id: cwl:default
567+
noLinkCheck: true
566568
doc: |
567569
The default value for this parameter if not provided in the input
568570
object.

v1.0/Workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ $graph:
259259
doc: |
260260
The default value for this parameter if there is no `source`
261261
field.
262-
jsonldPredicate: "cwl:default"
262+
jsonldPredicate:
263+
_id: "cwl:default"
264+
noLinkCheck: true
263265
- name: valueFrom
264266
type:
265267
- "null"

v1.1.0-dev1/Process.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ $graph:
563563
564564
- name: default
565565
type: Any?
566-
jsonldPredicate: "cwl:default"
566+
jsonldPredicate:
567+
_id: cwl:default
568+
noLinkCheck: true
567569
doc: |
568570
The default value for this parameter if not provided in the input
569571
object.

v1.1.0-dev1/Workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ $graph:
266266
doc: |
267267
The default value for this parameter if there is no `source`
268268
field.
269-
jsonldPredicate: "cwl:default"
269+
jsonldPredicate:
270+
_id: "cwl:default"
271+
noLinkCheck: true
270272
- name: valueFrom
271273
type:
272274
- "null"

0 commit comments

Comments
 (0)