套件:python3-ncls(0.0.63-hotfix+ds-1 以及其他的)
python3-ncls 的相關連結
Debian 的資源:
下載原始碼套件 python-ncls:
- [python-ncls_0.0.63-hotfix+ds-1.dsc]
- [python-ncls_0.0.63-hotfix+ds.orig.tar.xz]
- [python-ncls_0.0.63-hotfix+ds-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
datastructure for interval overlap queries
The Nested Containment List is a datastructure for interval overlap queries, like the interval tree. It is usually an order of magnitude faster than the interval tree both for building and query lookups.
The implementation here is a revived version of the one used in the now defunct PyGr library, which died of bitrot. It was now made less memory-consuming and wrapper functions allow batch-querying the NCLS for further speed gains.
This package was implemented to be the cornerstone of the PyRanges project, but was made available to the Python community as a stand-alone library.
其他與 python3-ncls 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-numpy
- Fast array facility to the Python language (Python 3)