Unaimend / bionim

A collection of useful algorithms and data structures for bioinformatics
12 stars 2 forks source link

Alignment is not working correctly #2

Closed Unaimend closed 3 years ago

Unaimend commented 3 years ago

Needleman Wunsch algorithm alignGlobal proc crashes on input A, GATTACA, -1, 1, -1

Expected output or Exception ------ GATTACA

Unaimend commented 3 years ago

Fixed on working