Lipid Nanobubble Molecular Dynamics Toolkit
Project description
LNB-MDT v1.0
LNB-MDT (Lipid NanoBubble Molecular Dynamics Toolkit) is a comprehensive toolkit designed for molecular dynamics simulations of lipid nanobubbles.
Installation
Method 1: Install from PyPI (Recommended)
The easiest way to install LNB-MDT is using pip:
pip install lnb-mdt
Method 2: Install from Source
If you want to install the latest development version or contribute to the project:
# Clone the repository
git clone https://github.com/xinyuren-bio/LNB-MDT.git
cd LNB-MDT
# Install in editable mode
pip install -e .
Note: For editable installation, you need Python 3.7+ and pip. It's recommended to use a virtual environment:
# Create virtual environment (using conda)
conda create -n LNB-MDT python=3.11
conda activate LNB-MDT
# Or using venv
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install
pip install -e .
Verify Installation
After installation, verify that LNB-MDT is correctly installed:
# Check if command is available
LNB-MDT --help
# Or test in Python
python -c "import LNB_MDT; print('LNB-MDT installed successfully!')"
Quick Start
After installation, you can use LNB-MDT in two ways:
1. Command Line Interface (CLI)
# Launch GUI
LNB-MDT UI
# Run area analysis
LNB-MDT AREA --help
# Run with test data
LNB-MDT AREA -test
# Configure VMD path
LNB-MDT VMD --path /path/to/vmd
2. Python API
from LNB_MDT.analysis import Area
import MDAnalysis as mda
# Load trajectory
u = mda.Universe("system.gro", "trajectory.xtc")
# Run analysis
area_analysis = Area(u, {'DPPC': ['PO4'], 'CHOL': ['ROH']})
area_analysis.run()
Documentation
For detailed documentation, including installation guide, quick start, user guide, and command line tools, please visit:
📚 Read the Docs - LNB-MDT Documentation
File Structure
LNB-MDT/
├── main.py # Main program entry
├── requirements.txt # Python dependencies
├── analysis/ # Analysis modules
│ ├── area.py # Area analysis
│ ├── height.py # Height analysis
│ ├── cluster.py # Cluster analysis
│ ├── anisotropy.py # Anisotropy analysis
│ ├── gyration.py # Gyration analysis
│ ├── sz.py # Sz order parameter analysis
│ └── density.py # Density analysis (time and radius)
├── preparation/ # Preparation module
└── cases_lnb/ # Example lipid nanobubble data
├── lnb.gro # Example topology file (Martini 3.0, DPPC:DAPC:CHOL=5:3:2)
├── lnb.xtc # Example trajectory file (50-60 ns time window)
└── README.md # Example data description
License
This project is licensed under the MIT License - see the LICENSE file for details.
LNB-MDT v1.0 - Making lipid nanobubble simulations simpler and more efficient!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lnb_mdt-1.0.1.tar.gz.
File metadata
- Download URL: lnb_mdt-1.0.1.tar.gz
- Upload date:
- Size: 13.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d79acaf5efa63dfa3f469d70837ddf8303fa71d34c05621808c2b5540af62baf
|
|
| MD5 |
9c40c8c96ebae8f1e2f7c8a67d91f9f7
|
|
| BLAKE2b-256 |
6fe8c4836243a1739b0167504a76257d99dff9a94ea0a574d6759395929d07e1
|
File details
Details for the file lnb_mdt-1.0.1-py3-none-any.whl.
File metadata
- Download URL: lnb_mdt-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ca3e4c2e1cd2923c2ff7c4340519294a1973f6cb8ef6ee6b4cae15dda37115e
|
|
| MD5 |
83f7cf1a05d532edef634ca9e2c376b1
|
|
| BLAKE2b-256 |
748b68f275f2b4c7028ea77127ed9bfa95ea8182476750ea49faf0aecbc90ba3
|