GA4GHV20
List versions of a tool
Returns all versions of the specified tool.
get/ga4gh/trs/v2/tools/{id}/versions
Path parameters
idstring required
A unique identifier of the tool, scoped to this registry, for example 123456.
Response
An array of tool versions.
Example response
[
{
"descriptor_type_version": {
"CWL": [
"v1.0.2"
],
"NFL": [
"DSL2"
],
"WDL": [
"1.0",
"1.0"
]
},
"id": "v1",
"images": [
{
"checksum": [
{
"checksum": "77af4d6b9913e693e8d0b4b294fa62ade6054e6b2f1ffb617ac955dd63fb0182",
"type": "sha256"
}
],
"image_name": "[\"quay.io/seqware/seqware_full/1.1\",\"ubuntu:latest\"]",
"registry_host": "[\"registry.hub.docker.com\"]"
}
],
"included_apps": [
"https://bio.tools/tool/mytum.de/SNAP2/1",
"https://bio.tools/bioexcel_seqqc"
],
"url": "http://agora.broadinstitute.org/tools/123456/versions/1"
}
]