Skip to main content

A user-friendly, Python tool for clustering pathways from molecular dynamics simulations.

Project description

lpath_logo.png

Linguistics Pathway Analysis of Trajectories using Hierarchical clustering

GitHub Actions Build Status Documentation Status DOI Publication

A user-friendly, Python tool for clustering pathways from molecular dynamics and weighted ensemble simulations.

Copyright

This software is distributed with the MIT License.

Copyright © 2023, Anthony Bogetti, Jeremy Leung, Lillian Chong

Quickstart Guide

Users may install this program via PyPI (recommended) or from GitHub Source. By default, LPATH is installed with the bare minimum to run analysis on classic MD simulations. Users who intend to analyze WESTPA simulations should install WESTPA in the same environment.

  1. Install from PyPI: python -m pip install lpath-md
  2. Install from GitHub Source:
    1. Clone the git repository: git clone https://github.com:chonglab-pitt/lpath
    2. Move into the folder: cd lpath
    3. Install the program in editable mode: python -m pip install -e .
  3. There are a variety of optional dependencies you may install. These work with either installation options listed above.
    1. Install with WESTPA: python -m pip install lpath-md[westpa]
    2. Install with terminal user interface (TUI): python -m pip install lpath-md[tui]
    3. Developers can install with [dev] (all dependencies) or [test] (minimal dependencies to run tests): python -m pip install lpath-md[dev]
    4. Options may be combined: python -m pip install lpath-md[westpa,tui]

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.1.

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

lpath_md-1.0.2.tar.gz (47.3 kB view hashes)

Uploaded Source

Built Distribution

lpath_md-1.0.2-py3-none-any.whl (49.7 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