The python implementation of the MMTF API, decoder and encoder.
The python implementation of the MMTF API, decoder and encoder. The macromolecular transmission format (MMTF) is a binary encoding of biological structures. This repository holds the Python 2 and 3 compatible API, encoding and decoding libraries.
The python implementation of the MMTF API, decoder and encoder. The macromolecular transmission format (MMTF) is a binary encoding of biological structures. This repository holds the Python 2 and 3 compatible API, encoding and decoding libraries.
To install py310-mmtf-python, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-mmtf-python
To see what files were installed by py310-mmtf-python, run:
port contents py310-mmtf-python
To later upgrade py310-mmtf-python, run:
sudo port selfupdate && sudo port upgrade py310-mmtf-python
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.