File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 64
64
class : File
65
65
checksum : sha1$47a013e660d408619d894b20806b1d5086aab03b
66
66
location :
67
- path : Any
68
67
size : 13
69
68
doc : Test command execution in Docker with simplified syntax stdout redirection
70
69
79
78
doc : Test command execution in Docker with stdout redirection
80
79
81
80
- job :
82
- output : {
83
- " output_file " : {
84
- " checksum " : " sha1$cec7b8746a78c42060c96505887449bca0142976" ,
85
- " size " : 84,
86
- " location " : " error.txt" ,
87
- " class " : " File"
88
- }
89
- }
90
81
tool : draft-4/egrep-stderr.cwl
91
82
doc : Test command line with stderr redirection
92
83
output :
93
84
output_file :
94
85
class : File
95
86
checksum : sha1$cec7b8746a78c42060c96505887449bca0142976
96
87
size : 84
97
- path : error.txt
88
+ location : error.txt
98
89
99
90
- job :
100
- output : {
101
- " output_file " : {
102
- " checksum " : " sha1$cec7b8746a78c42060c96505887449bca0142976" ,
103
- " size " : 84,
104
- " location " : " " ,
105
- " class " : " File"
106
- }
107
- }
108
91
tool : draft-4/egrep-stderr-shortcut.cwl
109
92
doc : Test command line with stderr redirection, brief syntax
110
93
output :
111
94
output_file :
112
95
class : File
113
96
checksum : sha1$cec7b8746a78c42060c96505887449bca0142976
114
97
size : 84
115
- path : Any
98
+ location : Any
116
99
117
100
- output :
118
101
output_file :
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env cwl-runner
2
- cwlVersion: cwl:draft-4.dev2
2
+ cwlVersion: cwl:draft-4.dev3
3
3
class: Workflow
4
4
inputs :
5
5
inp:
You can’t perform that action at this time.
0 commit comments