Open kmexter opened 1 year ago
In a similar project, the way we do this is using the rocrate
Python library.
Once the workflow is done, we initiate an RO-Crate
rocrate init -c ${OUTPUT_DIR}
and then we edit the ro-crate-metadata.json
with something like the edit-ro-crate.py
We would like that the outputs from PEMA are described in a ro-crate.json file. VLIZ can help in how to fill the file with content. It will be the same idea as the ro-crate produced by MetaGOflow (see comment below), but with some extra provenance-related fields (see e.g. https://github.com/emo-bon/observatory-bpns-data/blob/main/ro-crate-metadata.json)
@kmexter can advice on the content of this file.