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

Last updated: May 19,2024

1. Install "python-pyvcf" package

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

$ sudo apt update $ sudo apt install python-pyvcf

2. Uninstall "python-pyvcf" package

Please follow the guidance below to uninstall python-pyvcf on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyvcf
Priority: optional
Section: universe/python
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Version: 0.6.7-2build1
Depends: libc6 (>= 2.4), python (<< 2.8), python (>= 2.7~), python-pkg-resources, python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-pyvcf/python-pyvcf_0.6.7-2build1_amd64.deb
Size: 35940
MD5sum: 8d00c2a63c3a15f2af32574072de0b19
SHA1: da7e05a4b994f439b5af1bdcd0a71e5cbd2a8e09
SHA256: eeebb624dee5517c6d8b1e39941a1bb9d68ef33a8c9e677651645adc651c6490
Description-en: 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 the Python 2 modules.
Description-md5: c36d533198af11a5b091c5a7e88e92e3
Homepage: https://pypi.python.org/pypi/PyVCF
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu