GET /api/v1/ports/bcftools/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "bcftools",
    "portdir": "science/bcftools",
    "version": "1.19",
    "license": "(MIT or GPL-3)",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.htslib.org",
    "description": "utilities for variant calling and manipulating VCF and BCF files",
    "long_description": "BCFtools implements utilities for variant calling (in conjunction with SAMtools) and manipulating VCF and BCF files. The program is intended to replace the Perl-based tools from vcftools.",
    "active": true,
    "categories": [
        "science"
    ],
    "maintainers": [
        {
            "name": "ryandesign",
            "github": "ryandesign",
            "ports_count": 1759
        }
    ],
    "variants": [
        "universal"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-16"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "zlib",
                "htslib"
            ]
        }
    ],
    "depends_on": []
}