wise 2.4.1-23 source package in Ubuntu

Changelog

wise (2.4.1-23) unstable; urgency=medium

  * Team upload.
  * Do not hard code the build architecture pkg-config
    Closes: #958094

 -- Helmut Grohne <email address hidden>  Sat, 18 Apr 2020 17:57:01 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe science
Lunar release universe science
Jammy release universe science

Downloads

File Size SHA-256 Checksum
wise_2.4.1-23.dsc 2.1 KiB 1f37090921a1015a31c20980057defd39cdb9bbd28d72510d677a70f18b97480
wise_2.4.1.orig.tar.gz 3.3 MiB 0aec5e30739110783517a429606249fc6c5fd0d65171c1a6d79ecc5ff81d2935
wise_2.4.1-23.debian.tar.xz 26.5 KiB 432297bafe4688cd3f3041e5d8897792ef1b7cd3afb7bef3d06274abf28d7772

Available diffs

No changes file available.

Binary packages built by this source

wise: No summary available for wise in ubuntu kinetic.

No description available for wise in ubuntu kinetic.

wise-data: No summary available for wise-data in ubuntu hirsute.

No description available for wise-data in ubuntu hirsute.

wise-dbgsym: debug symbols for wise
wise-doc: documentation for the wise package

 Wise2 is a package focused on comparisons of biopolymers, commonly DNA
 and protein sequences. There are many other packages which do
 this, probably the best known being BLAST package (from NCBI) and the
 Fasta package (from Bill Pearson). There are other packages, such as
 the HMMER package (Sean Eddy) or SAM package (UC Santa Cruz) focused
 on hidden Markov models (HMMs) of biopolymers.
 .
 Wise2's particular forte is the comparison of DNA sequence at the level
 of its protein translation. This comparison allows the simultaneous
 prediction of say gene structure with homology based alignment.
 .
 Wise2 also contains other algorithms, such as the venerable Smith-Waterman
 algorithm, or more modern ones such as Stephen Altschul's generalised
 gap penalties, or even experimental ones developed in house, such as
 dba. The development of these algorithms is due to the ease of developing
 such algorithms in the environment used by Wise2.
 .
 Wise2 has also been written with an eye for reuse and maintainability.
 Although it is a pure C package you can access its functionality
 directly in Perl. Parts of the package (or the entire package) can
 be used by other C or C++ programs without namespace clashes as all
 externally linked variables have the unique identifier Wise2 prepended.
 .
 This package contains the documentation for Wise2, a package focused on
 comparisons of biopolymers, commonly DNA and protein sequences.