File tree 1 file changed +33
-22
lines changed
1 file changed +33
-22
lines changed Original file line number Diff line number Diff line change 77
77
tool : draft-4/cat3-tool-mediumcut.cwl
78
78
doc : Test command execution in Docker with stdout redirection
79
79
80
- # - args: [egrep]
81
- # stderr: error.txt
82
- # job:
83
- # tool: draft-4/egrep-stderr.cwl
84
- # doc: Test command line with stderr redirection
85
-
86
- # - args: [egrep]
87
- # job:
88
- # tool: draft-4/egrep-stderr-shortcut.cwl
89
- # doc: Test command line with stderr redirection, brief syntax
90
-
91
- # - args: [egrep]
92
- # stderr: std.err
93
- # output:
94
- # output_file:
95
- # class: File
96
- # size: 84
97
- # checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
98
- # location: std.err
99
- # job:
100
- # tool: draft-4/egrep-stderr-mediumcut.cwl
101
- # doc: Test command line with stderr redirection, named brief syntax
80
+ - job :
81
+ output : {
82
+ " output_file " : {
83
+ " checksum " : " sha1$cec7b8746a78c42060c96505887449bca0142976" ,
84
+ " size " : 84,
85
+ " location " : " error.txt" ,
86
+ " class " : " File"
87
+ }
88
+ }
89
+ tool : draft-4/egrep-stderr.cwl
90
+ doc : Test command line with stderr redirection
91
+
92
+ - job :
93
+ output : {
94
+ " output_file " : {
95
+ " checksum " : " sha1$cec7b8746a78c42060c96505887449bca0142976" ,
96
+ " size " : 84,
97
+ " location " : " " ,
98
+ " class " : " File"
99
+ }
100
+ }
101
+ tool : draft-4/egrep-stderr-shortcut.cwl
102
+ doc : Test command line with stderr redirection, brief syntax
103
+
104
+ - output :
105
+ output_file :
106
+ class : File
107
+ size : 84
108
+ checksum : sha1$cec7b8746a78c42060c96505887449bca0142976
109
+ location : std.err
110
+ job :
111
+ tool : draft-4/egrep-stderr-mediumcut.cwl
112
+ doc : Test command line with stderr redirection, named brief syntax
102
113
103
114
- job : draft-4/cat-job.json
104
115
output :
You can’t perform that action at this time.
0 commit comments