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

Changelog

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

  * Packaging update
  * Standards-Version: 4.6.1 (routine-update)
  * Fix 'TypeError: "quotechar" must be a 1-character string'
    Closes: #1024063

 -- Andreas Tille <email address hidden>  Mon, 14 Nov 2022 14:00:33 +0100

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-9.dsc 2.4 KiB be90eefc7bcde144e006aa5b2f49307b1bd358ae84d0cb7e9e1a3b5b9fb2bd65
python-pyvcf_0.6.8+git20170215.476169c.orig.tar.xz 913.8 KiB df89a50c3b0faed0acffe86377ceca77053b2fc516de95e4a14623bbef42fb87
python-pyvcf_0.6.8+git20170215.476169c-9.debian.tar.xz 9.9 KiB 80c1429e5e670c474ec57f966a38071ec6442a72d155ccbc7252b459ee068588

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.