libssw 1.1-3 source package in Ubuntu

Changelog

libssw (1.1-3) unstable; urgency=medium

  * Enable building on ppc64el.
    Thanks to Frédéric Bonnard for the patch.
    Closes: #942517
  * Use debhelper 12.
  * Bump Stadards-Version.

 -- Sascha Steinbiss <email address hidden>  Sun, 27 Oct 2019 22:51:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64 [FULLYBUILT] ppc64el

Downloads

File Size SHA-256 Checksum
libssw_1.1-3.dsc 1.9 KiB be4d6c2d09a4a600f68de66f1ce9a3461a7c01ac722b3ab1f3ab85e0f2975e83
libssw_1.1.orig.tar.gz 11.8 MiB cdbc20740daeb188ed39413ea5ff9ae4cf72c4d7ccff1d2de2cac0446d64d99f
libssw_1.1-3.debian.tar.xz 12.1 KiB 81535c4ce73cc6ec8745b967fe197634da7721d53d884b061dd46f3c8aee89fe

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