How to Install and Uninstall edlib-aligner Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "edlib-aligner" package

This guide covers the steps necessary to install edlib-aligner on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install edlib-aligner

2. Uninstall "edlib-aligner" package

Please follow the instructions below to uninstall edlib-aligner on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove edlib-aligner $ sudo apt autoclean && sudo apt autoremove

3. Information about the edlib-aligner package on Ubuntu 21.04 (Hirsute Hippo)

Package: edlib-aligner
Architecture: amd64
Version: 1.2.4-2ubuntu3
Priority: optional
Section: universe/science
Source: libedlib
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 69
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), libedlib0 (= 1.2.4-2ubuntu3)
Filename: pool/universe/libe/libedlib/edlib-aligner_1.2.4-2ubuntu3_amd64.deb
Size: 22876
MD5sum: 55162ffefb5322c1f6c2d6579978a16c
SHA1: ffad7d6d68f88882ce1165380fdf5c7f8d1a3911
SHA256: 118cb77d8f2355db62b544e9f3febaad5ffb7eeeeb4aaf0fd9b636b306cb66e5
SHA512: 76bd61e0e7fcb3228d07101ed6684728f38d0c313663664a58dafebea784c323262d4200d6d72e170be02e0d3db111eae3e9573d08d0945e519d3d7c3519aabc
Homepage: https://github.com/Martinsos/edlib
Description-en: edlib sequence alignment tool using edit distance
Edlib is a lightweight and super fast C/C++ library for sequence
alignment using edit distance. This package provides an aligner
using this library.
.
Features of libedlib
.
* Calculates edit distance (Levehnstein distance).
* It can find optimal alignment path (instructions how to transform
first sequence into the second sequence).
* It can find just the start and/or end locations of alignment path -
can be useful when speed is more important than having exact
alignment path.
* Supports multiple alignment methods: global(NW), prefix(SHW) and
infix(HW), each of them useful for different scenarios.
* You can extend character equality definition, enabling you to e.g.
have wildcard characters, to have case insensitive alignment or to
work with degenerate nucleotides.
* It can easily handle small or very large sequences, even when finding
alignment path, while consuming very little memory.
* Super fast thanks to Myers's bit-vector algorithm.
Description-md5: e9837a11b3f558a9827bd1f70164a326