软件包:python3-vcf(0.6.8+git20170215.476169c-10 以及其他的)
python3-vcf 的相关链接
Debian 的资源:
下载源码包 python-pyvcf:
- [python-pyvcf_0.6.8+git20170215.476169c-10.dsc]
- [python-pyvcf_0.6.8+git20170215.476169c.orig.tar.xz]
- [python-pyvcf_0.6.8+git20170215.476169c-10.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-pysam
- interface for the SAM/BAM sequence alignment and mapping format (Python 3)