Skip to content

Commit 2131fae

Browse files
committed
About primary-output.json and metadata/logs
1 parent 8d3ae83 commit 2131fae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bagit.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@ A rough overview of the CWLProv folder structure (the _bag_), is here explained
1515
* [manifest-*.txt](examples/revsort-run-1/manifest-sha1.txt) - checksums of files under data/ (algorithms subject to change)
1616
* [tagmanifest-*.txt](examples/revsort-run-1/tagmanifest-sha512.txt) - checksums of the remaining files (algorithms subject to change)
1717
* [metadata/manifest.json](examples/revsort-run-1/metadata/manifest.json) - [Research Object manifest](https://w3id.org/bundle/#manifest) as JSON-LD. Types and relates files within bag.
18+
* [metadata/logs/*](examples/revsort-run-1/metadata/logs/) - raw output logs from workflow engine
1819
* [metadata/provenance/primary.cwlprov*](examples/revsort-run-1/metadata/provenance/primary.cwlprov.provn) - [provenance](prov.md) traces of workflow execution
1920
* [data/](examples/revsort-run-1/data/) - bag payload: workflow/step input/output data files (content-addressable)
2021
* [data/32/327fc7aedf4f6b69a42a7c8b808dc5a7aff61376](examples/revsort-run-1/data/32/327fc7aedf4f6b69a42a7c8b808dc5a7aff61376) - a data item with checksum ``327fc7aedf4f6b69a42a7c8b808dc5a7aff61376`` (checksum algorithm is subject to change)
2122
* [workflow/packed.cwl](examples/revsort-run-1/workflow/packed.cwl) - The ``cwltool --pack`` standalone version of the executed workflow
22-
* [workflow/primary-job.json](examples/revsort-run-1/workflow/primary-job.json) - Job input for use with packed.cwl (references `data/*`)
23-
* [snapshot/](examples/revsort-run-1/snapshot/) - Direct copies of original files used for execution, but may have broken relative/absolute paths
23+
* [workflow/primary-job.json](examples/revsort-run-1/workflow/primary-job.json) - Job input JSON document for use with packed.cwl (references `data/*`)
24+
* [workflow/primary-output.json](examples/revsort-run-1/workflow/primary-output.json) - Job output JSON document (references `data/*`)
25+
* [snapshot/](examples/revsort-run-1/snapshot/) - Direct copies of original `*.cwl` files used for execution. Note: may have broken relative/absolute paths
26+
2427

2528
It is out of scope of this document to cover the full details of the
2629
[BagIt specification](https://tools.ietf.org/html/draft-kunze-bagit-16),

0 commit comments

Comments
 (0)