File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 155
155
- job : v1.0/wc-job.json
156
156
output :
157
157
output :
158
+ checksum : sha1$3596ea087bfdaf52380eae441077572ed289d657
158
159
class : File
159
- checksum : sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae
160
160
location : output
161
- size : 15
161
+ size : 3
162
162
tool : v1.0/wc-tool.cwl
163
163
doc : Test command execution in with stdin and stdout redirection
164
164
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ outputs:
11
11
type : File
12
12
outputBinding : { glob : output }
13
13
14
- baseCommand : [wc]
14
+ baseCommand : [wc, -l ]
15
15
16
16
stdin : $(inputs.file1.path)
17
17
stdout : output
Original file line number Diff line number Diff line change 166
166
- job : v1.1.0-dev1/wc-job.json
167
167
output :
168
168
output :
169
+ checksum : sha1$3596ea087bfdaf52380eae441077572ed289d657
169
170
class : File
170
- checksum : sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae
171
171
location : output
172
- size : 15
172
+ size : 3
173
173
tool : v1.1.0-dev1/wc-tool.cwl
174
174
doc : Test command execution in with stdin and stdout redirection
175
175
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ outputs:
11
11
type : File
12
12
outputBinding : { glob : output }
13
13
14
- baseCommand : [wc]
14
+ baseCommand : [wc, -l ]
15
15
16
16
stdin : $(inputs.file1.path)
17
17
stdout : output
You can’t perform that action at this time.
0 commit comments