Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 372 Bytes

README.MD

File metadata and controls

5 lines (3 loc) · 372 Bytes

This is just a repo for some utilities I have written in C.


Needleman-Wunsch: A fast command-line based implementation of the Needleman-Wunsch algorithm. Currently this does not output the resulting alignment but only the score. It can (and at some point should) be configured to return the resulting alignment.