Skip to content

Add application:runtime requires? #8

@fabricebrito

Description

@fabricebrito

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions