Skip to content

Commit 12e108c

Browse files
authored
Update README.md
1 parent 43e47d8 commit 12e108c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# :fleur_de_lis: Simple sequence alignment in VB6
22

3-
To find similarities between two words, a manual comparison is required. For words between 4 and 8 letters, such a task can be performed by any of us without the use of a computer. However, what if the objects of comparison are entire phrases/sequences/files? Then the number of possibilities for different matches increases exponentially and nobody can do it by paper computing (to my knowledge). Computational solutions for these problems exist, such as different implementations of sequence alignment algorithms. Here, the implementation of global sequence alignment is shown in detail. The implementation si designed in Visual Basic 6.0.
3+
This VB6 application seeks to find the optimal alignment between two text sequences. To find similarities between two words, a manual comparison is required. For words between 4 and 8 letters, such a task can be performed by any of us without the use of a computer. However, what if the objects of comparison are entire phrases/sequences/files? Then the number of possibilities for different matches increases exponentially and nobody can do it by paper computing (to my knowledge). Computational solutions for these problems exist, such as different implementations of sequence alignment algorithms. Here, the implementation of global sequence alignment is shown in detail. The implementation si designed in Visual Basic 6.0.
4+
5+
6+
47

58
<kbd><img src="https://github.com/Gagniuc/Simple-sequence-alignment-in-VB6/blob/main/screenshot/TextAlignDNA%20(3).gif" /></kbd>
69

0 commit comments

Comments
 (0)