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

https://github.com/cheaterpaul/smith-waterman-alignment

multithreading smith waterman alignment algorithm in c++
https://github.com/cheaterpaul/smith-waterman-alignment

Last synced: 2 months ago
JSON representation

multithreading smith waterman alignment algorithm in c++

Awesome Lists containing this project

README

        

## Compile

1. run `cmake -S . -B build/`
2. run `make -C build`

## Run

the binary is `build/genom`

run `./build/genom `

#### plot the result
run `./plotSMSresults.py `