[ 源代码: python-bx ]
软件包:python3-bx(0.8.2-1)
python3-bx 的相关链接
Debian 的资源:
下载源码包 python-bx:
维护小组:
- Debian Med Packaging Team (QA 页面, 邮件存档)
- Afif Elghraoui (QA 页面)
- Steffen Moeller (QA 页面)
- Michael Crusoe (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
library to manage genomic data and its alignment
The bx-python project is a python library and associated set of scripts to allow for rapid implementation of genome scale analyses. The library contains a variety of useful modules, but the particular strengths are:
* Classes for reading and working with genome-scale multiple local alignments (in MAF, AXT, and LAV formats) * Generic data structure for indexing on disk files that contain blocks of data associated with intervals on various sequences (used, for example, to provide random access to individual alignments in huge files; optimized for use over network filesystems) * Data structures for working with intervals on sequences * "Binned bitsets" which act just like chromosome sized bit arrays, but lazily allocate regions and allow large blocks of all set or all unset bits to be stored compactly * "Intersecter" for performing fast intersection tests that preserve both query and target intervals and associated annotation
This package provides the Python 3 library.
其他与 python3-bx 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.11) [armhf, i386]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.14) [amd64]
- dep: libc6 (>= 2.17) [arm64]
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时
-
- rec: python-bx-tools
- command line interface to python3-bx