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
rocrate missing name, description and license of RootEntity
if instead following command is used, license is added at right level, license error solved: runcrate convert ./run/ -w workflows/demo/demo.cwl --output ./rocrate --license "someLicense"
annotating the cwl file with doc: someDescription would add "description": "someDescription" to the ro-crate-metadata.json file in block with id "packed.cwl" (but this is the wrong scope for the ro-crate validator, still error missing description)
name can be given by label in cwl file but is overwritten if -w is specified in runcrate command, "name": "someName" is also part of block with id "packed.cwl" but still error with validation tool (ROOT data Entity must have a name)
No description provided.
The text was updated successfully, but these errors were encountered: