I am trying to convert CWLProv to RO crate using runcrate convert. But getting the following error every time I run this command:
File "/usr/lib/python3.10/site-packages/rocrate/rocrate.py", line 122, in __read
raise ValueError(f"Not a valid RO-Crate: missing {Metadata.BASENAME}")
ValueError: Not a valid RO-Crate: missing ro-crate-metadata.json
I checked it with a workflow and a tool written in CWL. In both cases, I am getting the same error. Did someone try to run it with CWLprov recently?
I am trying to convert CWLProv to RO crate using
runcrate convert. But getting the following error every time I run this command:I checked it with a workflow and a tool written in CWL. In both cases, I am getting the same error. Did someone try to run it with CWLprov recently?