Skip to content

Commit e316c56

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

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

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-
3+
This highly responsive VB6 application is an implementation of global sequence alignment. It allows the modification of the alignment parameters (match, mismatch, gap), and it shows the pairwise alignment as well as the score matrix in real time. The purpose of it is to seeks 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.
74

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

0 commit comments

Comments
 (0)