Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore how to pass the “inner” provenance information to CWLProv/RO-Crate #25

Open
mr-c opened this issue Dec 16, 2022 · 0 comments

Comments

@mr-c
Copy link
Contributor

mr-c commented Dec 16, 2022

For the rdtLite (R script) provenance @simleo suggests

 {
	"@id": "prov.json",
    "type": "File",
    "conformsTo": "https://github.com/End-to-end-provenance/ExtendedProvJson/blob/master/JSON-format.md",
    "name": "RDataTracker Provenance"
}

I believe the prov output from rdtLite is a mixture of their own terms on top of plain PROV-O, so it would be nice to indicate that the document conformsTo both specs.

On the CWL side we can either use the cwl.output.json to add the extra annotation, or perhaps add another field to the relevant section in outputs. But we'll need to make sure that this "inner" provenance is connected with the specific CommandLineTool execution, not the whole workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant