Menu

Commit [r27279]  Maximize  Restore  History

Bug fix for the Needleman-Wunsch sequence alignment algorithm.

Part of the scoring system was functioning incorrectly when the gap penalty scores were non-integer,
as some scores were being stored in an integer array. Now the array is a float array.

bugman 2015-01-22

changed /trunk/lib/sequence_alignment/needleman_wunsch.py
/trunk/lib/sequence_alignment/needleman_wunsch.py Diff Switch to side-by-side view
Loading...