GET /api/v1/ports/R-PeakSegDP/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "R-PeakSegDP",
"portdir": "R/R-PeakSegDP",
"version": "2024.1.24",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tdhock/PeakSegDP",
"description": "Dynamic programming algorithm for peak detection in ChIP-Seq data",
"long_description": "Dynamic programming algorithm for peak detection in ChIP-Seq data",
"active": true,
"categories": [
"science",
"R"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"R",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"R-CRAN-recommended"
]
},
{
"type": "run",
"ports": [
"R"
]
},
{
"type": "test",
"ports": [
"R-ggplot2",
"R-testthat",
"R-penaltyLearning"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"R-PeakSegOptimal"
]
}
]
}