BioRuby project aims to implement an integrated environment for Bioinformatics with Ruby language. Design philosophy of the BioRuby library is KISS (keep it simple and stupid) to maximize the usability and the efficiency for biologists as a daily tool.
BioRuby project aims to implement an integrated environment for Bioinformatics with Ruby language. Design philosophy of the BioRuby library is KISS (keep it simple and stupid) to maximize the usability and the efficiency for biologists as a daily tool.
To install rb-bioruby, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-bioruby
To see what files were installed by rb-bioruby, run:
port contents rb-bioruby
To later upgrade rb-bioruby, run:
sudo port selfupdate && sudo port upgrade rb-bioruby
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.