EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology user community. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web.
EMBOSS is a free Open Source software analysis package specially developed for the needs of the molecular biology user community. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web.
To install EMBOSS, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install EMBOSS
To see what files were installed by EMBOSS, run:
port contents EMBOSS
To later upgrade EMBOSS, run:
sudo port selfupdate && sudo port upgrade EMBOSS
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.