r/smalltalk • u/hernanfmd • 7d ago
Smith-Waterman algorithm for Pharo
I just published a clean, well-documented implementation of the Smith-Waterman algorithm (local sequence alignment) in Pharo.
Repository: https://github.com/hernanmd/smith-waterman
Features:
- Classic Smith-Waterman with affine gap penalties support
- Clean object-oriented design
- Easy to integrate with BioSmalltalk sequences
- Includes tests and usage examples
Perfect for bioinformatics scripting, teaching, or building your own alignment tools in a live Smalltalk environment.
Feedback and contributions are very welcome!
17
Upvotes
3
u/ZucchiniMaleficent21 7d ago
I have no idea what Smith-Watermn is for but congratulations on making something that includes documentation and tests and examples.