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

https://github.com/samstan4/genome-scale-comparison

Implementation of large scale genome comparisons. Utilizes McCreight Suffix tree construction algorithm as well as a modified Pairwise Sequence Alignment algorithm with an Affine Gap Penalty. Implemented in C++.
https://github.com/samstan4/genome-scale-comparison

algorithms datastructures genomics matrix sequence-alignment string string-similarity tree-structure trie-structure

Last synced: 15 days ago
JSON representation

Implementation of large scale genome comparisons. Utilizes McCreight Suffix tree construction algorithm as well as a modified Pairwise Sequence Alignment algorithm with an Affine Gap Penalty. Implemented in C++.

Awesome Lists containing this project

README

          

# Genome Scale Comparison
This project holds a genome scale comparison of several ```covid```/```sars```/```mers``` strains

### To Build
```bash
make
```

### To run
```bash
make run
```