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

GET /metagenomics/api/v1/analyses/MGYA00607725/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/MGYA00607725/antismash-gene-clusters?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00607725/antismash-gene-clusters?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "anti-smash-gene-clusters",
            "id": "terpene",
            "attributes": {
                "accession": "terpene",
                "count": 6,
                "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"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "bacteriocin",
            "attributes": {
                "accession": "bacteriocin",
                "count": 1,
                "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": "arylpolyene",
            "attributes": {
                "accession": "arylpolyene",
                "count": 1,
                "description": "Aryl polyene cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/arylpolyene?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 4
        }
    }
}