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 py310-mdtraj, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-mdtraj
To see what files were installed by py310-mdtraj, run:
port contents py310-mdtraj
To later upgrade py310-mdtraj, run:
sudo port selfupdate && sudo port upgrade py310-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.