Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full atom reconstruction #12

Open
JMB-Scripts opened this issue Nov 14, 2024 · 3 comments
Open

Full atom reconstruction #12

JMB-Scripts opened this issue Nov 14, 2024 · 3 comments

Comments

@JMB-Scripts
Copy link

Hi,
After applying Calvados on the test file hnRNPA1S, I encountered issues when trying to regenerate a full-atom model from the MD results. For some reason, the C-alpha atoms in the structured region of the protein appear shifted, preventing pulchra and PD2 from accurately reconstructing the peptide bonds. However, in the flexible region, both pulchra and PD2 seem able to successfully rebuild the backbone. Do you know what might be causing this issue?

Cheers,
JM

@sobuelow
Copy link
Collaborator

Hi! This probably has to do with the fact that the algorithm uses the residue centers-of-mass rather than the C-alpha atoms in the coarse-graining of the structured regions (see the paper https://doi.org/10.1002/pro.5172). I believe @fancaoErik has a solution for reconstructing mixed representation coarse-grained structures using cg2all.

@fancaoErik
Copy link

Hi! If you are using center-of-mass representation for structured regions, then you should consider using cg2all (https://github.com/huhlim/cg2all) to reconstruct all-atom trajectories. cg2all provides several options based on what representation is used (--cg). Based on our current workflow, ResidueBasedModel should be used to reconstruct multi-domain proteins consisting of both IDRs and folded regions, and the algorithm itself will figure it out how to handle beads of IDRs; CalphaBasedModel should only be used to reconstruct IDPs coarse-grained trajectories.

@JMB-Scripts
Copy link
Author

Thanks a lot, i ll check asp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants