-
Notifications
You must be signed in to change notification settings - Fork 46
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
Corse graining lipids molecules and ions #594
Comments
Hi, one issue here is that martinize2 can't (yet) coarse grain your solvent (including ions), or lipids. Theoretically if you wanted to add your lipid residues, this would be possible by 1) adding the mapping files, 2) adding the force field files, and 3) making the residues identifiable. However, I would suggest the easiest thing to do is to use martinize2 to generate the topology and coordinates of your protein first, and then follow the Membrane protein tutorial for Martini proteins. Good luck! |
Hi, |
The structural ions issue has been mentioned before in #534, but I don't think anyone's had time to pick it up and implement unfortunately. If you want to open a PR with a solution please do so! You're correct, those lipid mappings are for Martini 2 lipids, they shouldn't be used for Martini 3 systems. It's probably still better to prepare a system with other available tools. If you have protein lipidations in your system then that's a different matter. The only work I'm aware of in that area for Martini 3 is this, so you could use their approach if that's what you have. |
Hi,
I am trying to build a coarse-grain system that has a lipid, sodium, and protein, but it seems martinize doesn't recognize lipid molecules (POPC/POPE) and sodium ions.
The command I used:
martinize2 -f xxx.pdb -o system.top -x cg_xxx.pdb -dssp -p backbone -go contact_map.out -ff martini3001 -go-moltype xxx
I got warnings like these:
WARNING - unknown-residue - Can't add bonds based on atom names for residue -POPC702 because 'Residue POPC is not known to force field charmm'. Falling back to distance criteria.
WARNING - unknown-residue - Can't add bonds based on atom names for residue -POPE703 because 'Residue POPE is not known to force field charmm'. Falling back to distance criteria.
WARNING - unknown-residue - Can't add bonds based on atom names for residue -NA801 because 'Residue NA is not known to force field charmm'. Falling back to distance criteria.
WARNING - unknown-residue - Can't add bonds based on atom names for residue -NA802 because 'Residue NA is not known to force field charmm'. Falling back to distance criteria.
WARNING - unknown-residue - Can't add bonds based on atom names for residue -NA803 because 'Residue NA is not known to force field charmm'. Falling back to distance criteria.
How could I add those basic lipids and ions into CG models?
I am new to CG simulations; I would appreciate any suggestions!
The text was updated successfully, but these errors were encountered: