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

Last updated: April 25,2024

1. Install "python-pyfaidx-examples" package

This is a short guide on how to install python-pyfaidx-examples on Kali Linux

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

2. Uninstall "python-pyfaidx-examples" package

This guide let you learn how to uninstall python-pyfaidx-examples on Kali Linux:

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

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

Package: python-pyfaidx-examples
Source: python-pyfaidx
Version: 0.8.1.1-1
Installed-Size: 278
Maintainer: Debian Med Packaging Team
Architecture: all
Suggests: python3-pyfaidx
Size: 34036
SHA256: f90dda2c406c7975642a2f5a539845355a2e9e89b67d1d43e174f49cc8826696
SHA1: cbde2620b2ad5d330948fb252a4dc91d956388f1
MD5sum: 5d0bedca0eee51b1d0c560f24669d88a
Description: example data for efficient random access to fasta subsequences for Python
Samtools provides a function "faidx" (FAsta InDeX), which creates a
small flat index file ".fai" allowing for fast random access to any
subsequence in the indexed FASTA file, while loading a minimal amount of
the file in to memory. This Python module implements pure Python classes
for indexing, retrieval, and in-place modification of FASTA files using
a samtools compatible index. The pyfaidx module is API compatible with
the pygr seqdb module. A command-line script "faidx" is installed
alongside the pyfaidx module, and facilitates complex manipulation of
FASTA files without any programming knowledge.
.
This package provides example data to test the Python modules.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/mdshw5/pyfaidx
Section: python
Priority: optional
Filename: pool/main/p/python-pyfaidx/python-pyfaidx-examples_0.8.1.1-1_all.deb