How to Install and Uninstall python-pyvcf-examples Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 29,2024

1. Install "python-pyvcf-examples" package

Please follow the steps below to install python-pyvcf-examples on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the python-pyvcf-examples package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyvcf-examples
Priority: optional
Section: universe/python
Installed-Size: 965
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Source: python-pyvcf
Version: 0.6.7-2build1
Suggests: python3-pyvcf | python-pyvcf
Filename: pool/universe/p/python-pyvcf/python-pyvcf-examples_0.6.7-2build1_all.deb
Size: 931308
MD5sum: 8de869dcb61cef9cb2127f6466221d0d
SHA1: 0b6a3c50e9b5b583e0fdec505e0b53635a4f9e16
SHA256: b4d8cf70121638b5a905c604b01f59a9b5e2de0c859f1d8b90ede4d6f9ddc2d5
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
Homepage: https://pypi.python.org/pypi/PyVCF
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu