How to Install and Uninstall python-pyvcf-examples Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python-pyvcf-examples" package

This guide covers the steps necessary to install python-pyvcf-examples on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-pyvcf-examples

2. Uninstall "python-pyvcf-examples" package

Please follow the instructions below to uninstall python-pyvcf-examples on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-pyvcf-examples $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyvcf-examples package on Ubuntu 21.10 (Impish Indri)

Package: python-pyvcf-examples
Architecture: all
Version: 0.6.8+git20170215.476169c-7build2
Priority: optional
Section: universe/python
Source: python-pyvcf
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 983
Suggests: python3-pyvcf
Filename: pool/universe/p/python-pyvcf/python-pyvcf-examples_0.6.8+git20170215.476169c-7build2_all.deb
Size: 942604
MD5sum: a09f5c5566ca82121b75ab697b302702
SHA1: 6926588be15573699418042b3180876524e47bdf
SHA256: d18495e83e2f77420870ffb31489741d847c095b163cd6510b38a965ca23770a
SHA512: 93dc0650f6fa62b3ba472587f7e47f578a9ed80cc4bb08f74e58fb8b525302e7698118366713a367a5b54706a3d7c7a2cae3fe0a65494258f5c7ed37a1bb95bb
Homepage: https://pypi.python.org/pypi/PyVCF
Description-en: 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.
Description-md5: a76bf947bc87b9f620e347a6289347e5