软件包:python3-pyfaidx(0.5.5.2-1)
python3-pyfaidx 的相关链接
Debian 的资源:
下载源码包 python-pyfaidx:
- [python-pyfaidx_0.5.5.2-1.dsc]
- [python-pyfaidx_0.5.5.2.orig.tar.gz]
- [python-pyfaidx_0.5.5.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
efficient random access to fasta subsequences for Python 3
Samtools provides a function "faidx" (FAsta InDeX), which creates a small flat index file ".fai" allowing for fast random access to any subsequence in the indexed FASTA file, while loading a minimal amount of the file in to memory. This Python module implements pure Python classes for indexing, retrieval, and in-place modification of FASTA files using a samtools compatible index. The pyfaidx module is API compatible with the pygr seqdb module. A command-line script "faidx" is installed alongside the pyfaidx module, and facilitates complex manipulation of FASTA files without any programming knowledge.
This package provides the Python 3 modules to access fasta files.
其他与 python3-pyfaidx 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)