How to Install libssw-java in Ubuntu 18.04



Install libssw-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libssw-java

Description:

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.

Homepage: https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library

Version: 1.1-1

Section: universe/java