Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
ef82a96
Add external force
gitesei Dec 11, 2024
5513b5d
get_qs() changes
sobuelow Dec 11, 2024
1e8d0d8
Merge branch 'develop' of https://github.com/KULL-Centre/CALVADOS int…
gitesei Dec 11, 2024
63f8c49
Fix soft potential
gitesei Dec 13, 2024
f6c0fd7
Add qmap
sobuelow Feb 19, 2025
a13b4e1
Custom restraints
sobuelow Mar 13, 2025
49f3217
Merge branch 'develop' of github.com:KULL-Centre/CALVADOS into develop
sobuelow Mar 13, 2025
ec7b4c1
Create prepare.py
ASRauh Mar 17, 2025
7ff12b1
Create residues_C2PEG.csv
ASRauh Mar 17, 2025
a3b693e
Create peg.fasta
ASRauh Mar 17, 2025
f21acee
Updated slab analysis
sobuelow Mar 18, 2025
d597259
Add analysis notebook for mixed slab
sobuelow Mar 18, 2025
afce333
Merge pull request #18 from ASRauh/patch-1
sobuelow Mar 18, 2025
c59b0ab
Merge pull request #17 from ASRauh/patch-3
sobuelow Mar 18, 2025
dc79921
Merge pull request #16 from ASRauh/patch-4
sobuelow Mar 18, 2025
c94c948
Small updates to slab analysis
sobuelow Mar 18, 2025
4893ffb
Add slab analysis to example prepare.py
sobuelow Mar 18, 2025
ce3bcc3
Update README.md
sobuelow Mar 18, 2025
f122709
Add cmap, conf prop, and com traj analyses + two_chain example
gitesei Mar 18, 2025
3dcf31b
Fix contact map analysis
gitesei Mar 19, 2025
e438533
Fix analysis
sobuelow Mar 19, 2025
2eec7dc
Fix mda.Universe in analysis
gitesei Mar 20, 2025
4ef9637
Fix intermolecular cmap analysis
gitesei Mar 20, 2025
b8d8fe7
Update com traj and cmap analyses and examples
gitesei Mar 23, 2025
b5f4117
Modify bscale for go model
sobuelow Mar 24, 2025
26dea28
More bscale updates
sobuelow Mar 24, 2025
4a4379a
Update crowder component and PEG example
gitesei Mar 24, 2025
d56388b
Fix sorting of components and add two_mixed example
gitesei Mar 25, 2025
fb6c4d5
Curate restraints if only local
sobuelow Mar 25, 2025
af77125
Add slab_IDR_MDP example
gitesei Mar 25, 2025
4efca29
curate_bondscale fix
sobuelow Mar 27, 2025
6033541
Fix reference wrapping
sobuelow Mar 27, 2025
1e7afbe
Merge pull request #19 from KULL-Centre/fix_slab
sobuelow Mar 27, 2025
fd36437
Update com traj analysis and example READMEs
gitesei Mar 28, 2025
016a701
Add options for center_traj
sobuelow Mar 28, 2025
484f66f
Add pIDR example
gitesei Mar 28, 2025
3fdd914
Fix pIDR example
gitesei Mar 28, 2025
6cbc21f
cyclic and seastar
sobuelow Apr 3, 2025
4640533
Update examples
gitesei Apr 3, 2025
e220dea
set default ext_restraint = True
gitesei Apr 4, 2025
a2b9555
PTM branching
sobuelow Apr 8, 2025
b546140
Delete old custom restraints
sobuelow Apr 9, 2025
a1a69c5
Merge pull request #21 from KULL-Centre/fix_go
sobuelow Apr 10, 2025
896cae1
v7
sobuelow Apr 10, 2025
3f9345f
Merge pull request #22 from KULL-Centre/branching
sobuelow Apr 15, 2025
cba1ce7
Custom restraints example
sobuelow Apr 15, 2025
6e13b49
Merge pull request #24 from KULL-Centre/custom_restraints
sobuelow Apr 15, 2025
bc3d574
Fix test_potentials
sobuelow Apr 15, 2025
94e1c2b
cres test
sobuelow Apr 15, 2025
2a6f76f
Update slab_mixed example
gitesei Apr 15, 2025
fa913d7
Remove obsolete functions
sobuelow Apr 15, 2025
cbad25b
Update README.md
sobuelow Apr 15, 2025
df43273
Fix init
sobuelow Apr 15, 2025
44c7a3a
Add slab_mixed/input
gitesei Apr 15, 2025
4c9fea4
Fix RNA beads
sobuelow Apr 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Please cite the following references when using the software:
- G. Tesei, K. Lindorff-Larsen. Improved predictions of phase behaviour of intrinsically disordered proteins by tuning the interaction range. _Open Research Europe_ (2022), 2(94). [DOI: 10.12688/openreseurope.14967.2](https://doi.org/10.12688/openreseurope.14967.2)
- F. Cao, S. von Bülow, G. Tesei, K. Lindorff-Larsen. A coarse-grained model for disordered and multi-domain proteins. _Protein Science_ (2024), 33(11):e5172. [DOI: 10.1002/pro.5172](https://doi.org/10.1002/pro.5172)

## Documentation

The software architecture of CALVADOS and illustrative examples are described in:

S. von Bülow*, Y. Yasuda#, F. Cao#, T. K. Schulze#, A. I. Trolle#, A. S. Rauh#, R. Crehuet#, K. Lindorff-Larsen*, G. Tesei* (# equal contribution)
Software package for simulations using the coarse-grained CALVADOS model, arXiv 2025. https://doi.org/10.48550/arXiv.2504.10408

The examples described in the paper can be found in the `examples` folder.

## Installation Instructions

1. Make new conda environment for calvados
Expand All @@ -40,12 +49,7 @@ pip install .

python -m pytest
```
The test `test_ah_dh_interactions` simulates two free amino acids, calculates the potential energies based on the saved trajectory and compares these values with those in the OpenMM log file.

## Contact

Please check out the example folders and the example files `prepare_minimal.py` and `prepare.py`.
For further questions and inquiries, please contact us.
The test `test_potentials` simulates two free amino acids, calculates the potential energies based on the saved trajectory and compares these values with those in the OpenMM log file. Other tests check for correct bond order in the RNA model and correct custom restraints.

## Authors

Expand All @@ -57,5 +61,7 @@ For further questions and inquiries, please contact us.

[Ikki Yasuda (@iyasuda)](https://github.com/iyasuda)

[Arriën Symon Rauh (@ASRauh)](https://github.com/ASRauh)

[Kresten Lindorff-Larsen (@lindorff-larsen)](https://github.com/lindorff-larsen)

2 changes: 0 additions & 2 deletions calvados/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import calvados.build
import calvados.cfg
import calvados.interactions
import calvados.postprocess
import calvados.sequence
import calvados.sim
# import calvados.slab_conc
import calvados.utilities
import calvados.components

Expand Down
Loading