An open API service indexing awesome lists of open source software.

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

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
```