A Clojure library designed to align 2 strings using either Smith-Waterman for local alignment or Needleman Wunsch for global alignment. The algorithm returns a vector of tuples where a tuple is composed of the max score and the 2 optimally aligned strings with gap characters.
[str_alignment "0.1.1-SNAPSHOT"]
str_alignment/str_alignment {:mvn/version "0.1.1-SNAPSHOT"}
implementation("str_alignment:str_alignment:0.1.1-SNAPSHOT")
<dependency> <groupId>str_alignment</groupId> <artifactId>str_alignment</artifactId> <version>0.1.1-SNAPSHOT</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: