Skip to main content

A terminal-based GROMACS EDR data plotting tool

Project description

edterm

edterm is a command-line interface (CLI) tool designed for plotting GROMACS EDR data directly in the terminal. This tool enables users to visualize data trends from simulation outputs without leaving the command line environment, providing a quick and interactive way to analyze simulation results.

Features

  • Terminal-based Plotting: Utilizes the terminal to plot data directly, making it accessible on systems without a graphical user interface or when forwarding X11 is impractical..
  • Interactive Navigation: Users can navigate through different data contained in the EDR file using keyboard inputs.
  • Dynamic Time Window Adjustment: Offers the ability to focus on specific time windows by entering desired time ranges.
  • Resizable Interface: Automatically adjusts the plot and interface when the terminal size changes.
  • Keyboard Controls: Simple keyboard controls for navigating and interacting with the data.

Installation

To install edterm, run the following command:

pip install edterm

This command will download and install edterm along with its necessary dependencies.

Usage

Once installed, you can run edterm using the following command:

edterm <path_to_your_edr_file.edr>

Replace <path_to_your_edr_file.edr> with the actual path to your GROMACS EDR file.

Keyboard Commands

  • UP/DOWN Arrows: Navigate through the list of available data columns.
  • 'r' Key: Press 'r' to enter a range selection mode, where you can specify xmin and xmax for the x-axis. This allows you to zoom into specific time windows.
    • After pressing 'r', you will be prompted to enter the range in the format: x_min x_max. Input the values and press Enter to apply the range.
  • 'q' Key: Quit the application.

Configuration

The plot and interaction settings are configured to work out of the box, but they can be adjusted by modifying the source code to better fit different terminal sizes or user preferences.

Development

This tool is open for further development and contributions. Developers interested in contributing can clone the repository and submit pull requests.

License

edterm is released under the MIT license. For more details, see the LICENSE file in the repository.

Contact

For support or to report bugs, please visit the GitHub repository issue tracker.

Acknowledgements

This tool was developed to assist researchers and engineers in analyzing molecular dynamics simulations. Thanks to all contributors and users for their feedback and suggestions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edterm-0.1.3.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

edterm-0.1.3-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page