Renamed to Needleman-Wunsch since that's the algorithm used here.
(Smith-Waterman uses 0 for the deletion penalty at the start strings.)
Also had to fix some errors to build it with the updated library.
Switched from hclib::finish to more-efficient HCLIB_FINISH macro.
Renamed to Needleman-Wunsch since that's the algorithm used here. (Smith-Waterman uses 0 for the deletion penalty at the start strings.) Also had to fix some errors to build it with the updated library. Switched from hclib::finish to more-efficient HCLIB_FINISH macro.