GET /metagenomics/api/v1/pipeline-tools/UCLUST/1.1.579?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "pipeline-tools",
        "id": "UCLUST",
        "attributes": {
            "tool-name": "UCLUST",
            "description": "A high-performance clustering, alignment and search algorithm.",
            "web-link": "http://www.drive5.com/uclust/downloads1_1_579.html",
            "version": "1.1.579",
            "exe-command": "./uclust1.1.579_i86linux64 --id 0.99 --usersort --nucleo --input {1} --uc {2}",
            "configuration-file": null,
            "notes": null
        },
        "relationships": {
            "pipelines": {
                "data": [
                    {
                        "type": "pipelines",
                        "id": "1.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/1.0?format=api"
                        }
                    }
                ]
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/UCLUST/1.1.579?format=api"
        }
    }
}