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

Last updated: July 02,2024

1. Install "python-pyfaidx-examples" package

This tutorial shows how to install python-pyfaidx-examples on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-pyfaidx-examples" package

This guide covers the steps necessary to uninstall python-pyfaidx-examples on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyfaidx-examples
Priority: optional
Section: universe/python
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Source: python-pyfaidx
Version: 0.4.5.2-1
Suggests: python3-pyfaidx | python-pyfaidx
Filename: pool/universe/p/python-pyfaidx/python-pyfaidx-examples_0.4.5.2-1_all.deb
Size: 22164
MD5sum: c1df59e2e0e6d04aaac6ee11afda6767
SHA1: 9730044ab16b61ae9ea48add13dce705c23bd65c
SHA256: 67157cf5f544dfd32acd8f0d7afb03fb1f26318d3c46bb2a52ff523d78f3ea6d
Description-en: 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: 31f9e3789b2b4494beee58b7d1274d0a
Homepage: https://github.com/mdshw5/pyfaidx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu