Skip to content

Commit fefed51

Browse files
author
Luka Stojanovic
committed
Merge remote-tracking branch 'upstream/master'
2 parents c3cd5b5 + e150035 commit fefed51

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Conduct](https://github.com/common-workflow-language/common-workflow-language/bl
135135
* [Netherlands eScience Center](https://www.esciencecenter.nl/)
136136
* [Texas Advanced Computing Center Life Science Computing Group](https://www.tacc.utexas.edu/life-sciences-computing) / [Agave Platform](https://agaveapi.co/)
137137
* [CyVerse](http://www.cyverse.org/)
138+
* [Institute for Systems Biology](https://www.systemsbiology.org/)
138139

139140
## Individual Contributors
140141

@@ -153,6 +154,7 @@ Conduct](https://github.com/common-workflow-language/common-workflow-language/bl
153154
* Dan Leehr <[email protected]>
154155
* Hervé Ménager <[email protected]>
155156
* Maxim Mikheev <[email protected]>
157+
* Michael Miller <[email protected]>
156158
* Tim Pierce <[email protected]>
157159
* Josh Randall <[email protected]>
158160
* Janko Simonović <[email protected]>

v1.0/conformance_test_v1.0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
- job: v1.0/wc-job.json
156156
output:
157157
output:
158+
checksum: sha1$3596ea087bfdaf52380eae441077572ed289d657
158159
class: File
159-
checksum: sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae
160160
location: output
161-
size: 15
161+
size: 3
162162
tool: v1.0/wc-tool.cwl
163163
doc: Test command execution in with stdin and stdout redirection
164164

v1.0/v1.0/wc-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputs:
1111
type: File
1212
outputBinding: { glob: output }
1313

14-
baseCommand: [wc]
14+
baseCommand: [wc, -l]
1515

1616
stdin: $(inputs.file1.path)
1717
stdout: output

v1.1.0-dev1/conformance_test_v1.1.0-dev1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166
- job: v1.1.0-dev1/wc-job.json
167167
output:
168168
output:
169+
checksum: sha1$3596ea087bfdaf52380eae441077572ed289d657
169170
class: File
170-
checksum: sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae
171171
location: output
172-
size: 15
172+
size: 3
173173
tool: v1.1.0-dev1/wc-tool.cwl
174174
doc: Test command execution in with stdin and stdout redirection
175175

v1.1.0-dev1/v1.1.0-dev1/wc-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputs:
1111
type: File
1212
outputBinding: { glob: output }
1313

14-
baseCommand: [wc]
14+
baseCommand: [wc, -l]
1515

1616
stdin: $(inputs.file1.path)
1717
stdout: output

0 commit comments

Comments
 (0)