GET /api/v1/ports/htslib/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "htslib",
"portdir": "science/htslib",
"version": "1.21",
"license": "MIT and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.htslib.org",
"description": "C library for accessing SAM, CRAM, VCF, BCF and other file formats used for high-throughput sequencing data",
"long_description": "HTSlib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM, VCF and BCF, used for high-throughput sequencing data. It is the core library used by SAMtools and BCFtools.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1824
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"xz",
"zlib",
"curl",
"libdeflate"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pyvcf",
"py36-pyvcf",
"cufflinks",
"py37-pysam",
"py37-pyvcf",
"py38-pysam",
"py39-pysam",
"py310-pysam",
"py311-pysam",
"py312-pysam",
"bcftools",
"samtools"
]
}
]
}