libssw 1.1-14 source package in Ubuntu

Changelog

libssw (1.1-14) unstable; urgency=medium

  * d/libssw0.symbols: update for gcc-13.
    Closes: #1037742, #1042114
  * Standards-Version: 4.6.2 (routine-update)

 -- Michael R. Crusoe <email address hidden>  Sun, 13 Aug 2023 20:51:28 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libssw_1.1-14.dsc 2.3 KiB c9ec73f0f7282453d26985f6e035b3a884e3643d237dcc8e9b3ea1f48e8944dc
libssw_1.1.orig.tar.gz 11.8 MiB cdbc20740daeb188ed39413ea5ff9ae4cf72c4d7ccff1d2de2cac0446d64d99f
libssw_1.1-14.debian.tar.xz 52.9 KiB f90e962a626ab2df8e504ed8f3b54ef41691967ecf3b277244b5fb368431ca1d

Available diffs

No changes file available.

Binary packages built by this source

libssw-dev: Development headers and static libraries for libssw

 This package provides development headers and static libraries for libssw,
 a fast implementation of the Smith-Waterman algorithm using
 Single-Instruction Multiple-Data (SIMD) instructions to parallelize the
 algorithm at the instruction level.

libssw-java: Java bindings for libssw

 This package provides JNI based Java bindings for libssw, a fast
 implementation of the Smith-Waterman algorithm using Single-Instruction
 Multiple-Data (SIMD) instructions to parallelize the algorithm at the
 instruction level.

libssw-java-dbgsym: debug symbols for libssw-java
libssw0: fast SIMD parallelized implementation of the Smith-Waterman algorithm

 SSW is a fast implementation of the Smith-Waterman algorithm, which uses the
 Single-Instruction Multiple-Data (SIMD) instructions to parallelize the
 algorithm at the instruction level. SSW library provides an API that can be
 flexibly used by programs written in C, C++ and other languages. The library
 can do protein and genome alignment directly.
 Current version of this implementation is ~50 times faster than an ordinary
 Smith-Waterman. It can return the Smith-Waterman score, alignment location
 and traceback path (cigar) of the optimal alignment accurately; and return
 the sub-optimal alignment score and location heuristically.

libssw0-dbgsym: debug symbols for libssw0
ssw-align: Smith-Waterman aligner based on libssw

 This package provides a command-line aligner based on the libssw library,
 a fast SIMD accelerated implementation of the Smith-Waterman algorithm.
 The input files can be in FASTA or FASTQ format. Both target and query files
 can contain multiple sequences. Each sequence in the query file will be
 aligned with all sequences in the target file. Output is provided in SAM or
 BLAST-like text format.

ssw-align-dbgsym: debug symbols for ssw-align