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 CG to AA.
Installation
1. Create a conda environment
conda create -n conden python=3.11 -y
conda activate conden
2. Download and install dependency
Download the zip from GitHub webpage or run:
wget https://github.com/hanlab-computChem/CondenSimAdapter/archive/refs/heads/main.zip
Unzip and enter the directory:
unzip CondenSimAdapter-master.zip
cd CondenSimAdapter-master
Run the installation script:
bash install.sh
3. Install CondenSimAdapter
pip install .
4. For COCOMO multidomain protein simulations (Optional)
pip install git+https://github.com/feiglab/mdsim.git
pip install numpy==1.26.4 mdtraj==1.11.0
Note: mdsim claims it needs higher dependency versions, but downgrading numpy and mdtraj to the versions above does not affect COCOMO simulations.
5. Run test
python -m pytest
6. Run with CondenSimAdapter command adapter
adapter -h
Requirements
-
Python = 3.11
-
CUDA >= 12.1
-
GROMACS >= 2023 (install it yourself)
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 condensimadapter-1.0.0b0.tar.gz.
File metadata
- Download URL: condensimadapter-1.0.0b0.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fb3f824dc7d74878c60488ad488f1b76555d802a5ebce223c8d97e5e2098e59
|
|
| MD5 |
5c1950f4771d6f9b36adec27e0326d70
|
|
| BLAKE2b-256 |
e1916aad953db169cf7bddf32b63ee5e801d6c95201afb1320ce6f289e932839
|
File details
Details for the file condensimadapter-1.0.0b0-py3-none-any.whl.
File metadata
- Download URL: condensimadapter-1.0.0b0-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 |
953323d57c4f936a879dfe969790fde1c434e32e7ee185a6ab3eb88dde549110
|
|
| MD5 |
5f305f8de7abdbbdd1a577f876239ff6
|
|
| BLAKE2b-256 |
ac65a400978f05fb66fc08b1b728eea140bd4153509558b49e4189110c3cbfe8
|