How to Install and Uninstall python-pyvcf-examples Package on Kali Linux

Last updated: May 16,2024

1. Install "python-pyvcf-examples" package

Please follow the guidelines below to install python-pyvcf-examples on Kali Linux

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

2. Uninstall "python-pyvcf-examples" package

Please follow the guidelines below to uninstall python-pyvcf-examples on Kali Linux:

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

3. Information about the python-pyvcf-examples package on Kali Linux

Package: python-pyvcf-examples
Source: python-pyvcf
Version: 0.6.8+git20170215.476169c-10
Installed-Size: 984
Maintainer: Debian Med Packaging Team
Architecture: all
Size: 944968
SHA256: 1d0d07f7b81a12e5163187d33621c3ea06fc7f804f10c8858a3cd4e2b71add01
SHA1: 8fd0aef2ad14c0b5a24395de505700b14022b5e8
MD5sum: 02fa3634c9f9a77af694d6a977bd7d7b
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/jamescasbon/PyVCF
Section: python
Priority: optional
Filename: pool/main/p/python-pyvcf/python-pyvcf-examples_0.6.8+git20170215.476169c-10_all.deb