Scripts to run the simulations of HP1 paralogs
The PDB_files
folder contains all the PDB files used for the simulations in the paper (e.g., HP1 homo- and heterodimer, chimeras, ...).
- All-atom simulations
The AA_sim
folder contains the Amber99SBws-STQ force field and sample script to run an all-atom simulation of
# 50ns equilibration.
python run_equilibration.py -t 50 -f hp1a_dimer_amber99sbws_stq_tip4p2005s
# 350ns production from checkpoint.
python run_omm.py -t 50 -f hp1a_dimer_amber99sbws_stq_tip4p2005s -idx1 1 -idx2 2
- Coarse-grained simulations
Sample scripts in the CG_sim
folder are used to run the single-chain coarse-grained simulation of
mpirun lmp_mpi -in hp1a.lmp > log.out
Sample scripts in the CG_slab_sim
folder are used to run the coarse-grained slab simulation of
python run_nvt.py 170x170x170_box_min.gsd --mode=gpu
Note
HOOMD should be compiled with AZplugins https://github.com/mphowardlab/azplugins
Phan et al., Interplay between charge distribution and DNA in shaping HP1 paralog phase separation and localization. (eLife 2024), https://doi.org/10.7554/eLife.90820