Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanjameswatson/alignment
Needleman-Wunsch global alignment algorithm implementation
https://github.com/jonathanjameswatson/alignment
Last synced: 7 days ago
JSON representation
Needleman-Wunsch global alignment algorithm implementation
- Host: GitHub
- URL: https://github.com/jonathanjameswatson/alignment
- Owner: jonathanjameswatson
- License: bsd-3-clause
- Created: 2022-10-16T23:05:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T00:21:04.000Z (about 2 years ago)
- Last Synced: 2024-11-14T00:28:20.922Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Alignment
An implementation of the Needleman-Wunsch algorithm for finding global alignments.