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

Last updated: May 20,2024

1. Install "python3-pyvcf" package

Please follow the guidance below to install python3-pyvcf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyvcf

2. Uninstall "python3-pyvcf" package

In this section, we are going to explain the necessary steps to uninstall python3-pyvcf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pyvcf $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-pyvcf
Priority: optional
Section: universe/python
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: python-pyvcf
Version: 0.6.7-2build1
Depends: libc6 (>= 2.4), python3 (<< 3.6), python3 (>= 3.5~), python3-pkg-resources
Filename: pool/universe/p/python-pyvcf/python3-pyvcf_0.6.7-2build1_amd64.deb
Size: 36756
MD5sum: 04bdca4e318f559c344ee41ce4ebd1f5
SHA1: f0a90071ff5678b8d6927d77e14e50d3010b47f8
SHA256: 94c1d1c1fc1fcb32e1dc2683ff12ba5ece3d12a1c1ee1157d08e2e4a91581882
Description-en: 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.
Description-md5: 2a19878b4f9afa9eb1fc202889cb51d2
Homepage: https://pypi.python.org/pypi/PyVCF
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu