MMDB is designed to assist developers in working with macromolecular coordinate files. The library handles both PDB and mmCIF format files. The Library also features an internal binary format, portable between different platforms. This is achieved at uniformity of the Library's interface functions, so that there is no difference in handling different formats. MMDB provides various high-level tools for working with coordinate files, including reading and writing, orthogonal-fractional transforms, generation of symmetry mates, editing the molecular structure and more.
MMDB is designed to assist developers in working with macromolecular coordinate files. The library handles both PDB and mmCIF format files. The Library also features an internal binary format, portable between different platforms. This is achieved at uniformity of the Library's interface functions, so that there is no difference in handling different formats. MMDB provides various high-level tools for working with coordinate files, including reading and writing, orthogonal-fractional transforms, generation of symmetry mates, editing the molecular structure and more.
To install mmdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mmdb
To see what files were installed by mmdb, run:
port contents mmdb
To later upgrade mmdb, run:
sudo port selfupdate && sudo port upgrade mmdb
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.