Skip to content

Commit 18a8c7b

Browse files
authored
Update README.md
1 parent e1aba28 commit 18a8c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Local sequence alignment in JS
2-
This simple implementation makes an alignment between two strings, and it is the core of the application found here: https://github.com/Gagniuc/Jupiter-Bioinformatics-V2-normal
2+
3+
This JavaScript implementation detects the areas where two DNA/RNA/protein sequences are similar to each other. In fact, this simple implementation makes an alignment between any two strings. All symbols from UTF-8 are accepted by this algorithm. Moreover, the implementation is the core of the application found here: https://github.com/Gagniuc/Jupiter-Bioinformatics-V2-normal
34

45
# Live demo
56
https://gagniuc.github.io/Local-sequence-alignment-in-JS/

0 commit comments

Comments
 (0)