How to Install and Uninstall fsa Package on Kali Linux

Last updated: May 17,2024

1. Install "fsa" package

Please follow the guidance below to install fsa on Kali Linux

$ sudo apt update $ sudo apt install fsa

2. Uninstall "fsa" package

Please follow the guidance below to uninstall fsa on Kali Linux:

$ sudo apt remove fsa $ sudo apt autoclean && sudo apt autoremove

3. Information about the fsa package on Kali Linux

Package: fsa
Version: 1.15.9+dfsg-6
Installed-Size: 4254
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), mummer, exonerate
Recommends: med-config (>= 2.1)
Size: 699936
SHA256: fe5b2aa4210ef3a1e676108a160416106354054310d47c01d8262fefb6255bb3
SHA1: b388ec08e3d65738bd10f4218bbd73b16186270b
MD5sum: 3a5a89e181ad156b3a5b981f38c9b0f0
Description: Fast Statistical Alignment of protein, RNA or DNA sequences
FSA is a probabilistic multiple sequence alignment algorithm which uses
a "distance-based" approach to aligning homologous protein, RNA or DNA
sequences. Much as distance-based phylogenetic reconstruction methods
like Neighbor-Joining build a phylogeny using only pairwise divergence
estimates, FSA builds a multiple alignment using only pairwise
estimations of homology. This is made possible by the sequence annealing
technique for constructing a multiple alignment from pairwise
comparisons, developed by Ariel Schwartz.
.
FSA brings the high accuracies previously available only for
small-scale analyses of proteins or RNAs to large-scale problems such as
aligning thousands of sequences or megabase-long sequences. FSA
introduces several novel methods for constructing better alignments:
* FSA uses machine-learning techniques to estimate gap and
substitution parameters on the fly for each set of input sequences.
This "query-specific learning" alignment method makes FSA very robust:
it can produce superior alignments of sets of homologous sequences
which are subject to very different evolutionary constraints.
* FSA is capable of aligning hundreds or even thousands of sequences
using a randomized inference algorithm to reduce the computational
cost of multiple alignment. This randomized inference can be over ten
times faster than a direct approach with little loss of accuracy.
* FSA can quickly align very long sequences using the "anchor
annealing" technique for resolving anchors and projecting them with
transitive anchoring. It then stitches together the alignment between
the anchors using the methods described above.
* The included GUI, MAD (Multiple Alignment Display), can display the
intermediate alignments produced by FSA, where each character is
colored according to the probability that it is correctly aligned
Description-md5:
Homepage: http://fsa.sourceforge.net/
Section: science
Priority: optional
Filename: pool/main/f/fsa/fsa_1.15.9+dfsg-6_amd64.deb