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

GET /metagenomics/api/v1/analyses/MGYA00536421/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/MGYA00536421/antismash-gene-clusters?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00536421/antismash-gene-clusters?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "anti-smash-gene-clusters",
            "id": "fatty_acid",
            "attributes": {
                "accession": "fatty_acid",
                "count": 12,
                "description": "Fatty acid cluster (loose strictness, likely from primary metabolism)"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/fatty_acid?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "siderophore",
            "attributes": {
                "accession": "siderophore",
                "count": 6,
                "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": "bacteriocin",
            "attributes": {
                "accession": "bacteriocin",
                "count": 4,
                "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": "nrps",
            "attributes": {
                "accession": "nrps",
                "count": 3,
                "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": "other",
            "attributes": {
                "accession": "other",
                "count": 3,
                "description": "Cluster containing a secondary metabolite-related protein that does not fit into any other category"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/other?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "saccharide",
            "attributes": {
                "accession": "saccharide",
                "count": 2,
                "description": "Saccharide cluster (loose strictness, likely from primary metabolism)"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/saccharide?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "cf_putative",
            "attributes": {
                "accession": "cf_putative",
                "count": 2,
                "description": "Putative cluster of unknown type identified with the ClusterFinder algorithm"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/cf_putative?format=api"
            }
        },
        {
            "type": "anti-smash-gene-clusters",
            "id": "ladderane",
            "attributes": {
                "accession": "ladderane",
                "count": 1,
                "description": "Ladderane cluster"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/antismash-gene-clusters/ladderane?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 8
        }
    }
}