パッケージ: python3-vcf (0.6.8+git20170215.476169c-7 など)
python3-vcf に関するリンク
Debian の資源:
python-pyvcf ソースパッケージをダウンロード:
- [python-pyvcf_0.6.8+git20170215.476169c-7.dsc]
- [python-pyvcf_0.6.8+git20170215.476169c.orig.tar.xz]
- [python-pyvcf_0.6.8+git20170215.476169c-7.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
Variant Call Format (VCF) parser for Python 3
The Variant Call Format (VCF) specifies the format of a text file used in bioinformatics for storing gene sequence variations. The format has been developed with the advent of large-scale genotyping and DNA sequencing projects, such as the 1000 Genomes Project.
The intent of this module is to mimic the ``csv`` module in the Python stdlib, as opposed to more flexible serialization formats like JSON or YAML. ``vcf`` will attempt to parse the content of each record based on the data types specified in the meta-information lines -- specifically the ##INFO and ##FORMAT lines. If these lines are missing or incomplete, it will check against the reserved types mentioned in the spec. Failing that, it will just return strings.
This package provides the Python 3 modules.
その他の python3-vcf 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python3-pysam
- interface for the SAM/BAM sequence alignment and mapping format (Python 3)