SeqAn3 - The modern C++ library for sequence analysis
SeqAn3 is the new version of the popular SeqAn template library for the analysis of biological sequences. It enables the rapid development of high-performance solutions by providing generic algorithms and data structures By leveraging modern C++ it provides unprecedented ease-of-use without sacrificing performance.
SeqAn3 is the new version of the popular SeqAn template library for the analysis of biological sequences. It enables the rapid development of high-performance solutions by providing generic algorithms and data structures By leveraging modern C++ it provides unprecedented ease-of-use without sacrificing performance.
To install seqan3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install seqan3
To see what files were installed by seqan3, run:
port contents seqan3
To later upgrade seqan3, run:
sudo port selfupdate && sudo port upgrade seqan3
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.