Retrieves the antiSMASH gene clusters for the given accession
Example:
---
`/analyses/MGYA00102827/antismash-gene-clusters`

GET /metagenomics/api/v1/analyses/MGYA00642712/antismash-gene-clusters?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00642712/antismash-gene-clusters?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00642712/antismash-gene-clusters?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "anti-smash-gene-clusters",
            "id": "arylpolyene",
            "attributes": {
                "accession": "arylpolyene",
                "count": 7,
                "description": "Aryl polyene cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/arylpolyene?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "butyrolactone",
            "attributes": {
                "accession": "butyrolactone",
                "count": 4,
                "description": "Butyrolactone cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/butyrolactone?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "siderophore",
            "attributes": {
                "accession": "siderophore",
                "count": 2,
                "description": "Siderophore cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/siderophore?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "nrps",
            "attributes": {
                "accession": "nrps",
                "count": 2,
                "description": "Non-ribosomal peptide synthetase cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/nrps?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "hserlactone",
            "attributes": {
                "accession": "hserlactone",
                "count": 2,
                "description": "Homoserine lactone cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/hserlactone?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "bacteriocin",
            "attributes": {
                "accession": "bacteriocin",
                "count": 2,
                "description": "Bacteriocin or other unspecified ribosomally synthesised and post-translationally modified peptide product (RiPP) cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/bacteriocin?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "terpene",
            "attributes": {
                "accession": "terpene",
                "count": 1,
                "description": "Terpene"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/terpene?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "resorcinol",
            "attributes": {
                "accession": "resorcinol",
                "count": 1,
                "description": "Resorcinol cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/resorcinol?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 8
        }
    }
}