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
The Crate MUST contain a data entity of type ["File", "SoftwareSourceCode", "ComputationalWorkflow"] as the Main Workflow.
This could be interpreted as saying that the types must be exactly ["File", "SoftwareSourceCode", "ComputationalWorkflow"], while WorkflowHub actually allows for more types to appear on the list. This is required by the Provenance Run Crate profile (which adds HowTo), so I propose we change the spec as follows:
The Crate MUST contain a Main Workflow data entity whose types MUST include File, SoftwareSourceCode and ComputationalWorkflow.