パッケージ: python-pyfaidx (0.5.5.2-1)
python-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
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 2 modules to access fasta files.
その他の python-pyfaidx 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python-six
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)