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

https://github.com/cpg314/sequence-alignment

A toy implementation of Needleman-Wunsch to demo Rust, not meant to be used for any other purpose.
https://github.com/cpg314/sequence-alignment

Last synced: about 1 year ago
JSON representation

A toy implementation of Needleman-Wunsch to demo Rust, not meant to be used for any other purpose.

Awesome Lists containing this project

README

          

A toy implementation of Needleman-Wunsch to demo Rust, not meant to be used for any other purpose.

```
$ alignment -h
Usage: alignment [OPTIONS]

Commands:
align Align the first two sequences in a FASTA file
serve Launch alignment HTTP service
help Print this message or the help of the given subcommand(s)

Options:
--mismatch-penalty [default: -2]
--gap-penalty [default: -1]
-h, --help Print help
```