generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When I think about runtime requirements for a notebook, we think jupyter. For a CWL workflow, I think "container-engine" (e.g. docker, podman) and "cwl-runner" (e.g. cwltool, toil)
Looking at codemeta, that can be expressed, for a CWL workflow, as:
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"name": "aaa",
"runtimePlatform": [
"container-engine",
"cwl-runner"
]
}Would application:runtime make sense ?
Metadata
Metadata
Assignees
Labels
No labels