python-pyvcf 0.6.8+git20170215.476169c-10 source package in Ubuntu

Changelog

python-pyvcf (0.6.8+git20170215.476169c-10) unstable; urgency=medium

  * Team upload.
  * Packaging update
  * Standards-Version: 4.6.2 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Set upstream metadata fields: Repository-Browse.
  * d/clean: Remove autogenerated file, vcf/cparse.c (Closes: #1046140)
  * d/control: Replace autopkgtest-pkg-python with autopkgtest-pkg-pybuild
  * d/rules: Copy tests to build directory
  * d/tests: Removed, run upstream tests with autopkgtest-pkg-pybuild
  * d/python-pyvcf-examples.lintian-overrides: Removed, override unused

 -- Lance Lin <email address hidden>  Mon, 04 Dec 2023 20:55:29 +0700

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pyvcf_0.6.8+git20170215.476169c-10.dsc 2.4 KiB 97c3b0ebe1777dd6b8162dc6d7813cfe66f80c43a128d721416a1f2a41405d75
python-pyvcf_0.6.8+git20170215.476169c.orig.tar.xz 913.8 KiB df89a50c3b0faed0acffe86377ceca77053b2fc516de95e4a14623bbef42fb87
python-pyvcf_0.6.8+git20170215.476169c-10.debian.tar.xz 9.7 KiB 2c9c0f29b7019a8190de9269a6c32bc0882eed4c60e12b75ab0c5338e70bf4ab

No changes file available.

Binary packages built by this source

python-pyvcf-examples: Example data for Variant Call Format (VCF) parser for Python

 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 example data to test the Python modules.

python3-vcf: 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-dbgsym: debug symbols for python3-vcf
pyvcf: helper scripts for Variant Call Format (VCF) parser

 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 helper scripts using python3-pyvcf.