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

{
    "data": {
        "type": "pipeline-tools",
        "id": "Biopython",
        "attributes": {
            "tool-name": "Biopython",
            "description": "A set of freely available tools for biological computation written in Python.",
            "web-link": "http://biopython.org/wiki/Biopython",
            "version": "1.65",
            "exe-command": "N/A",
            "configuration-file": null,
            "notes": null
        },
        "relationships": {
            "pipelines": {
                "data": [
                    {
                        "type": "pipelines",
                        "id": "2.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/2.0?format=api"
                        }
                    },
                    {
                        "type": "pipelines",
                        "id": "3.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/3.0?format=api"
                        }
                    },
                    {
                        "type": "pipelines",
                        "id": "4.0",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/4.0?format=api"
                        }
                    },
                    {
                        "type": "pipelines",
                        "id": "4.1",
                        "links": {
                            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipelines/4.1?format=api"
                        }
                    }
                ]
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/pipeline-tools/Biopython/1.65?format=api"
        }
    }
}