Panedr reads a Gromacs EDR file and returns its content as a pandas dataframe.
Panedr reads a Gromacs EDR file and returns its content as a pandas dataframe. The library exposes one function—the edr_to_df function—that gets the path to an EDR file and returns a pandas dataframe.
Panedr reads a Gromacs EDR file and returns its content as a pandas dataframe. The library exposes one function—the edr_to_df function—that gets the path to an EDR file and returns a pandas dataframe.
To install py312-panedr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-panedr
To see what files were installed by py312-panedr, run:
port contents py312-panedr
To later upgrade py312-panedr, run:
sudo port selfupdate && sudo port upgrade py312-panedr
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.