Automated CG-to-AA workflow for protein condensate simulations
Project description
CondenSimAdapter
CondenSimAdapter is an automated workflow for protein condensate simulations, covering the main stages from coarse-grained (CG) to all-atom (AA).
Installation
Quick Start
# 1. Create a conda environment
conda create -n conden python=3.11 -y
conda activate conden
# 2. Install from PyPI
pip install CondenSimAdapter
# 3. Verify installation
adapter --version
Standard Installation
pip install CondenSimAdapter
This installs everything including:
- Core simulation tools (OpenMM, MDAnalysis, mdtraj)
- Neural network backmapping (PyTorch, DGL, e3nn)
Requirements: CUDA-capable GPU with CUDA >= 12.1
Development Installation
If you want to modify the source code:
git clone https://github.com/hanlab-computChem/CondenSimAdapter.git
cd CondenSimAdapter
pip install -e ".[dev]"
Testing
# Run tests
pytest tests/
# Run with coverage
pytest tests/ --cov=CondenSimAdapter
Usage
Command Line Interface
# Show help
adapter --help
# Run backmapping
adapter backmap -c cg_structure.pdb -o aa_structure.pdb
# Check model status
adapter models status
Python API
from CondenSimAdapter import backmap
# Backmap CG structure to AA
backmap.convert("cg_input.pdb", "aa_output.pdb")
Requirements
- Python >= 3.10, < 3.12 (3.11 recommended)
- CUDA >= 12.1 (for ML features)
- GROMACS >= 2023 (install separately)
Links
- PyPI: https://pypi.org/project/CondenSimAdapter/
- Documentation: https://github.com/hanlab-computChem/CondenSimAdapter#readme
- Issues: https://github.com/hanlab-computChem/CondenSimAdapter/issues
License
GPL-3.0
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 Distributions
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 condensimadapter-1.0.0b4-py3-none-any.whl.
File metadata
- Download URL: condensimadapter-1.0.0b4-py3-none-any.whl
- Upload date:
- Size: 2.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e987c6ecd3ed4ca680b3b5a45b11093501497c7340f24d624147a012e7f434ae
|
|
| MD5 |
d9edfe321bed281f3da02e63536f7db8
|
|
| BLAKE2b-256 |
3dbc9bb877819f19996a25a43a8130848c05be051d91c7d3b37a7d8f54fcad5b
|