https://github.com/apiorno/needleman-wunch-algorithm
Needleman wunch algorithm implementation for Algorithms at UNQ
https://github.com/apiorno/needleman-wunch-algorithm
Last synced: 2 months ago
JSON representation
Needleman wunch algorithm implementation for Algorithms at UNQ
- Host: GitHub
- URL: https://github.com/apiorno/needleman-wunch-algorithm
- Owner: apiorno
- License: mit
- Created: 2021-10-21T23:16:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T13:04:07.000Z (over 3 years ago)
- Last Synced: 2025-02-11T12:21:21.646Z (4 months ago)
- Language: Jupyter Notebook
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Needleman-Wunch-Algorithm
Needleman wunch algorithm implementation for Algorithms at UNQ## Example
Inside **completed example** folder are the results of an execution of the **main.py** file but using de the notebook.
After installing dependencies, **main.py** can be run changing parameteres and also changing **x.fasta**. Or the notebook **TPFInal.ipynb** can be used for simplicity.
**src/x.fasta** is the one used by **main.py** and **/x.fasta** is the one used by **TPFInal.ipynb**