seqan3

Modern C++ library for biological sequence analysis and algorithms

brewmacoslinux
Try with needOr install directly
Source

About

Modern C++ library for sequence analysis

Commands

seqan3

Examples

Include SeqAn3 headers in a C++ project for sequence manipulation$ g++ -std=c++20 -I$(brew --prefix seqan3)/include myprogram.cpp -o myprogram
Verify SeqAn3 installation and check library location$ brew --prefix seqan3
Access SeqAn3 documentation and examples in installation directory$ ls $(brew --prefix seqan3)/share/doc