Skip to content

Commit

Permalink
Added noLinkCheck to format field
Browse files Browse the repository at this point in the history
CWL parsers should not follow `format` links.
  • Loading branch information
GlassOfWhiskey committed Nov 15, 2023
1 parent d8c0e08 commit b69d656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ $graph:
_id: cwl:format
_type: "@id"
identity: true
noLinkCheck: true
doc: |
The format of the file: this must be an IRI of a concept node that
represents the file format, preferably defined within an ontology.
Expand Down
2 changes: 2 additions & 0 deletions Process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ $graph:
_id: cwl:format
_type: "@id"
identity: true
noLinkCheck: true
doc: |
Only valid when `type: File` or is an array of `items: File`.
Expand All @@ -221,6 +222,7 @@ $graph:
_id: cwl:format
_type: "@id"
identity: true
noLinkCheck: true
doc: |
Only valid when `type: File` or is an array of `items: File`.
Expand Down

0 comments on commit b69d656

Please sign in to comment.