fsa 1.15.9+dfsg-6 source package in Ubuntu

Changelog

fsa (1.15.9+dfsg-6) unstable; urgency=medium

  * Fix typo

 -- Andreas Tille <email address hidden>  Sun, 15 Nov 2020 17:45:20 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
fsa_1.15.9+dfsg-6.dsc 1.9 KiB d395cdfb6cf60445d9e584b7731355249cef29151daa2ed380de3b80cc504bbc
fsa_1.15.9+dfsg.orig.tar.xz 545.6 KiB c3a845122e08f5e3c0fb96ef5133270a386c4ac6198856fc56aa2a796c0a6377
fsa_1.15.9+dfsg-6.debian.tar.xz 13.1 KiB 5c2cbb013a79debd8c1ca15e9cf3f9b76ad8f171e76b326a9e70823fd36cff37

Available diffs

No changes file available.

Binary packages built by this source

fsa: 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

fsa-dbgsym: debug symbols for fsa