How to Install and Uninstall python3-vcf Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "python3-vcf" package

This guide let you learn how to install python3-vcf on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-vcf

2. Uninstall "python3-vcf" package

This guide let you learn how to uninstall python3-vcf on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-vcf package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-vcf
Architecture: amd64
Version: 0.6.8+git20170215.476169c-7
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: 161
Provides: python3-pyvcf
Depends: libc6 (>= 2.4), python3 (<< 3.9), python3 (>= 3.8~), python3-pkg-resources, python3:any, python3-pysam
Breaks: python3-pyvcf
Replaces: python3-pyvcf
Filename: pool/universe/p/python-pyvcf/python3-vcf_0.6.8+git20170215.476169c-7_amd64.deb
Size: 44840
MD5sum: 1f7b509ab38f1fd23277c7cdc81e13e1
SHA1: 9d75b561e7dff32c40845c1446c653d8112c6026
SHA256: d81814187748643facbf3d2484c2f3ff6c85d7bf385e216286e77cb31c2516c1
SHA512: 5e5ceabc2a4699de93091c512e558f7118976c6d1a7ab796c6bf1f3853a544fbf845ca5aea7be223e492565a850304459baf492ac02a6dd5482218e6df38f7bc
Homepage: https://pypi.python.org/pypi/PyVCF
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