You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bagit.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,15 @@ A rough overview of the CWLProv folder structure (the _bag_), is here explained
15
15
*[manifest-*.txt](examples/revsort-run-1/manifest-sha1.txt) - checksums of files under data/ (algorithms subject to change)
16
16
*[tagmanifest-*.txt](examples/revsort-run-1/tagmanifest-sha512.txt) - checksums of the remaining files (algorithms subject to change)
17
17
*[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
18
19
*[metadata/provenance/primary.cwlprov*](examples/revsort-run-1/metadata/provenance/primary.cwlprov.provn) - [provenance](prov.md) traces of workflow execution
19
20
*[data/](examples/revsort-run-1/data/) - bag payload: workflow/step input/output data files (content-addressable)
20
21
*[data/32/327fc7aedf4f6b69a42a7c8b808dc5a7aff61376](examples/revsort-run-1/data/32/327fc7aedf4f6b69a42a7c8b808dc5a7aff61376) - a data item with checksum ``327fc7aedf4f6b69a42a7c8b808dc5a7aff61376`` (checksum algorithm is subject to change)
21
22
*[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/*`)
*[snapshot/](examples/revsort-run-1/snapshot/) - Direct copies of original `*.cwl` files used for execution. Note: may have broken relative/absolute paths
26
+
24
27
25
28
It is out of scope of this document to cover the full details of the
0 commit comments