A modern, open library for the analysis of molecular dynamics trajectories
Read, write and analyze MD trajectories with only a few lines of Python code. For details, see the website at mdtraj.org. MDTraj is research software. If you make use of MDTraj in scientific publications, please cite it.
Read, write and analyze MD trajectories with only a few lines of Python code. For details, see the website at mdtraj.org. MDTraj is research software. If you make use of MDTraj in scientific publications, please cite it.
To install py37-mdtraj, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-mdtraj
To see what files were installed by py37-mdtraj, run:
port contents py37-mdtraj
To later upgrade py37-mdtraj, run:
sudo port selfupdate && sudo port upgrade py37-mdtraj
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.