GET /api/v1/ports/samtools/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "samtools",
"portdir": "science/samtools",
"version": "1.21",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.htslib.org",
"description": "Tools for alignments in the SAM format",
"long_description": "SAM (Sequence Alignment/Map) Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1825
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"ncurses",
"htslib"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cufflinks"
]
}
]
}