Coarse-grained System Builder (COBY)
The publication is available open-source at https://doi.org/10.1021/acs.jcim.5c00069.
The source code, documentation, and tutorials are avialable on GitHub.
COBY is a Python-based software tool for building flat membranes at a coarse-grained resolution. It supports asymmetric membranes, phase-separated systems, multiple bilayers, protein insertion, solvation, and flooding with one or multiple solute molecules of choice.
COBY is versatile, fast, easy to use and offers a high degree of customisation. It can be used either as a Python package or directly from the terminal command line. It efficiently manages multiple parameter libraries (even within the same system), making it developer-friendly.
COBY is continuously under development, and we welcome suggestions for new features, which should be submitted under Issues.
Citation (JCIM)
@article{Andreasen2025,
author = {Andreasen, Mikkel D. and Souza, Paulo C. T. and Schiøtt, Birgit and Zuzic, Lorena},
title = {Creating Coarse-Grained Systems with COBY: Toward Higher Accuracy of Complex Biological Systems},
journal = {Journal of Chemical Information and Modeling},
volume = {0},
number = {0},
pages = {null},
year = {0},
doi = {10.1021/acs.jcim.5c00069},
URL = {https://doi.org/10.1021/acs.jcim.5c00069},
eprint = {https://doi.org/10.1021/acs.jcim.5c00069}
}
Installation
Using pip (requires python>=3.9)
conda create --name COBY python==3.9 ipykernel
conda activate COBY
pip install COBY
python -m ipykernel install --user --name=COBY
Ipykernel allows the user to use COBY environment within the Jupyter notebook.
OS compatability
COBY has been developed and thoroughly tested on Ubuntu Linux. It has also been tested to a lesser extent on Windows 11 and macOS, with all tutorial systems running without issue.
Testing
Installation can be tested using the tutorial notebooks, which cover the majority of the functions available in COBY.
Basic usage
For a detailed introduction to the software, please refer to the COBY Documentation.
For a quick reminder of available commands, you can use the Cheat Sheet.
Three tutorials are available as Jupyter Notebooks: one covering the basics, another focusing on more advanced functionalities, and the final tutorial showcasing the systems from the manuscript.
Implementation of new parameters
For personal implementation of new structures (lipids/solvents/solutes), one can consult The Technical tutorial notebook.
If one wishes to have new structures implemented into COBYs standard library, then please contact the main developer; Mikkel Dahl Andreasen.
Known issues
- Recursion depth crash on Mac
- Problem: It has been reported that running COBY with newer versions of Shapely on a Mac may lead to crashes caused by exceeding the recursion depth limit. The reason for why or how this happens is unclear but is likely not something that can be fixed by the COBY developer. The error may be related to the macOS version as the problem is known to occur on Sonoma but not on Sequoia.
- Solution 1: Downgrade Shapely to version 2.0.2, which is the newest version known to be stable on Mac.
- Solution 2: Update your Mac to Sequoia or an even newer version.
Licence
COBY is preserved under the Apache License 2.0.
Release files for COBY 1.0.15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| coby-1.0.15.tar.gz | 170.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| coby-1.0.15-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 400.2 kB
Release files / coby-1.0.15.tar.gz
| Download URL | coby-1.0.15.tar.gz |
|---|---|
| Size | 170.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8cdd24a0db5211cc422e62860e959784c888a6654dcfa9e6e9019f42062d40cd
|
|
BLAKE2b-256 checksum How to use checksums |
11868673c53976cb5fa5241b895b675d3406895fbffa90d202c7991b612db835
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / coby-1.0.15-py3-none-any.whl
| Download URL | coby-1.0.15-py3-none-any.whl |
|---|---|
| Size | 229.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f7234a650ce30fb4681ad038b79d929a9832e2b5263345449ab27b7f927e842e
|
|
BLAKE2b-256 checksum How to use checksums |
89d511b29576eb6ad39be953f98983a0b52a0a1f8fa734c8ce04b7e5e24028ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|