File tree 2 files changed +31
-2
lines changed 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -626,11 +626,39 @@ $graph:
626
626
Docker container.
627
627
628
628
629
+ - name : DirentExt
630
+ type : record
631
+ fields :
632
+ - name : entryname
633
+ type : [string, Expression]
634
+ jsonldPredicate :
635
+ " _id " : cwl:entryname
636
+ - name : entry
637
+ type : [string, Expression]
638
+ " _id " : cwl:entry
639
+
640
+
641
+ - name : InitialWorkDirRequirement
642
+ type : record
643
+ extends : ProcessRequirement
644
+ fields :
645
+ - name : listing
646
+ type :
647
+ - type : array
648
+ items : DirentExt
649
+ - Expression
650
+ jsonldPredicate :
651
+ _id : " cwl:listing"
652
+ mapSubject : entryname
653
+ mapPredicate : entry
654
+
629
655
630
656
- name : CreateFileRequirement
631
657
type : record
632
658
extends : " #ProcessRequirement"
633
659
doc : |
660
+ *Deprecated*, superceded by InitialWorkDirRequirement.
661
+
634
662
Define a list of files that must be created by the workflow
635
663
platform in the designated output directory prior to executing the command
636
664
line tool. See `FileDef` for details.
Original file line number Diff line number Diff line change @@ -186,7 +186,8 @@ $graph:
186
186
" _id " : cwl:entryname
187
187
- name : entry
188
188
type : [File, Directory]
189
-
189
+ jsonldPredicate :
190
+ " _id " : cwl:entry
190
191
191
192
- name : Directory
192
193
type : record
@@ -229,7 +230,7 @@ $graph:
229
230
doc : List of files or subdirectories contained in this directory
230
231
jsonldPredicate :
231
232
_id : " cwl:listing"
232
- mapSubject : basename
233
+ mapSubject : entryname
233
234
mapPredicate : entry
234
235
235
236
- name : SchemaBase
You can’t perform that action at this time.
0 commit comments