File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ $base : " https://w3id.org/cwl/cwl#"
2
+
3
+ $namespaces :
4
+ cwl : " https://w3id.org/cwl/cwl#"
5
+ sld : " https://w3id.org/cwl/salad#"
6
+
7
+ $graph :
8
+
9
+ - $import : " ../schema_salad/metaschema/metaschema_base.yml"
10
+
11
+ - name : InputBinding
12
+ type : record
13
+ abstract : true
14
+ fields :
15
+ - name : loadContents
16
+ type :
17
+ - " null"
18
+ - boolean
19
+ jsonldPredicate : " cwl:loadContents"
20
+ doc : |
21
+ Only valid when `type: File` or is an array of `items: File`.
22
+
23
+ Read up to the first 64 KiB of text from the file and place it in the
24
+ "contents" field of the file object for use by expressions.
25
+
26
+ - name : InputRecordField
27
+ type : record
28
+ extends : " sld:RecordField"
29
+ fields :
30
+ - name : inputBinding
31
+ type : [ "null", "#InputBinding" ]
32
+ jsonldPredicate : " cwl:inputBinding"
33
+
34
+ - name : Blurb
35
+ type : record
36
+ extends : InputBinding
You can’t perform that action at this time.
0 commit comments