File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 981
981
size : 15
982
982
tool : v1.0/imported-hint.cwl
983
983
doc : Test hints with $import
984
+
985
+ - job : v1.0/empty.json
986
+ output :
987
+ out : {
988
+ " basename " : " emptyWritableDir" ,
989
+ " listing " : [
990
+ {
991
+ " checksum " : " sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709" ,
992
+ " basename " : " blurg" ,
993
+ " location " : " blurg" ,
994
+ " class " : " File" ,
995
+ " size " : 0
996
+ }
997
+ ],
998
+ " location " : " emptyWritableDir" ,
999
+ " class " : " Directory"
1000
+ }
1001
+ tool : v1.0/writable-dir.cwl
1002
+ doc : Test empty writable dir with InitialWorkDirRequirement
Original file line number Diff line number Diff line change
1
+ cwlVersion: v1.0
2
+ class: CommandLineTool
3
+ requirements :
4
+ InlineJavascriptRequirement: {}
5
+ InitialWorkDirRequirement:
6
+ listing :
7
+ - entryname : emptyWritableDir
8
+ writable : true
9
+ entry : "$({class: 'Directory', listing: []})"
10
+ inputs : []
11
+ outputs :
12
+ out :
13
+ type : Directory
14
+ outputBinding :
15
+ glob : emptyWritableDir
16
+ arguments : [touch, emptyWritableDir/blurg]
You can’t perform that action at this time.
0 commit comments