https://github.com/slowikj/global-alignment
Finding global sequence alignment using the Needleman Wunsch algorithm
https://github.com/slowikj/global-alignment
Last synced: 7 months ago
JSON representation
Finding global sequence alignment using the Needleman Wunsch algorithm
- Host: GitHub
- URL: https://github.com/slowikj/global-alignment
- Owner: slowikj
- Created: 2019-10-28T00:22:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T20:03:31.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T14:50:26.894Z (9 months ago)
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global Alignment - Needleman-Wunsch algorithm
The project consists of the implementation of Needleman-Wunsch algorithm.
In `/input_files` you can find example input files.
In `/output_files` you can find the result.
In order to run the code you must type:
```
python -m main.py -a fasta_seq_1 -b fasta_seq_2 -c config.txt -o result_file.txt
```