v1

latestOpenAPI 3.0.02026-07-17101229.1 KB
GA4GH

Get the container specification(s) for the specified image.

Returns the container specifications(s) for the specified image. For example, a CWL CommandlineTool can be associated with one specification for a container, a CWL Workflow can be associated with multiple specifications for containers.

get/tools/{id}/versions/{version_id}/containerfile

Path parameters

idstring required

A unique identifier of the tool, scoped to this registry, for example 123456.

version_idstring required

An identifier of the tool version, scoped to this registry, for example v1. We recommend that versions use semantic versioning https://semver.org/spec/v2.0.0.html (For example, 1.0.0 instead of develop)

Response

The tool payload.

contentstring

The content of the file itself. One of url or content is required.

urlstring

Optional url to the underlying content, should include version information, and can include a git hash. Note that this URL should resolve to the raw unwrapped content that would otherwise be available in content. One of url or content is required.

Example response

[
  {
    "checksum": [
      {
        "checksum": "ea2a5db69bd20a42976838790bc29294df3af02b",
        "type": "sha1"
      }
    ]
  }
]