Skip to content

Commit c9df19c

Browse files
author
Peter Amstutz
committed
Add checksum to cwl.output.json results.
1 parent e604399 commit c9df19c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

draft-3/conformance_test_draft-3.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,9 @@
593593
output: {
594594
"foo": {
595595
"path": "foo",
596-
"class": "File"
596+
"class": "File",
597+
"checksum": "sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15",
598+
"size": 4
597599
}
598600
}
599601
tool: draft-3/test-cwl-out.cwl

v1.0/conformance_test_v1.0.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,9 @@
643643
output: {
644644
"foo": {
645645
"location": "foo",
646-
"class": "File"
646+
"class": "File",
647+
"checksum": "sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15",
648+
"size": 4
647649
}
648650
}
649651
tool: v1.0/test-cwl-out.cwl

0 commit comments

Comments
 (0)