SPOA(1) | User Commands | SPOA(1) |
spoa - SIMD partial order alignment tool
spoa [options ...] <sequences>
Spoa (SIMD POA) is a c++ implementation of the partial order alignment (POA) algorithm (as described in 10.1093/bioinformatics/18.3.452) which is used to generate consensus sequences (as described in 10.1093/bioinformatics/btg109). It supports three alignment modes: local (Smith-Waterman), global (Needleman-Wunsch) and semi-global alignment (overlap).
<sequences>
-m, --match <int>
-x, --mismatch <int>
-g, --gap <int>
-l, --algorithm <int>
-r, --result <int>
--version
-h, --help
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.
June 2018 | spoa 1.1.3 |