Closed biomolsim closed 2 years ago
The issue is that the information needed to map the modification to martini is missing:
WARNING - general - Can't find modification mappings for the modifications ['HSD']. The following modification mappings are known: {('C-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e968e0>, ('N-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96850>, ('COOH-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96880>, ('NH2-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e969d0>}
WARNING - general - Can't find modification mappings for the modifications ['HSD']. The following modification mappings are known: {('C-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e968e0>, ('N-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96850>, ('COOH-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96880>, ('NH2-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e969d0>}
WARNING - general - Can't find modification mappings for the modifications ['HSD']. The following modification mappings are known: {('C-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e968e0>, ('N-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96850>, ('COOH-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96880>, ('NH2-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e969d0>}
WARNING - general - Can't find modification mappings for the modifications ['HSD']. The following modification mappings are known: {('C-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e968e0>, ('N-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96850>, ('COOH-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96880>, ('NH2-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e969d0>}
WARNING - general - Can't find modification mappings for the modifications ['ASP0']. The following modification mappings are known: {('C-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e968e0>, ('N-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96850>, ('COOH-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e96880>, ('NH2-ter',): <vermouth.map_parser.Mapping object at 0x7f2281e969d0>}
I honesty I don't know if parameters for amino acids with non-standard protonation states are even available for martini3 yet. @fgrunewald do you know?
We're working on those. They are currently not released as far as I know. I started pooling all these issue into a project, that will get resolved as soon as those parameters become available.
Hello @pckroon, thank you for your reply. Although I am trying to implement this with elnedyn22p
, not martini3001
.
Oh oops. My bad.
To be honest I also don't know if there's elnedyn (or martini2) parameters for amino acids with non-standard protonations (for some I guess). I also don't know what martinize1 did with them. Since I'm not in the field anymore I also don't really have time to find out. If you can find the parameters for me I can help you make the requisite mappings and modifications though :)
As in the case of HSP (protonated histidine), I added ASPP blocks to the relevant directories in the data
folder. It seems to have worked, and the neutral aspartate does not have the SCN bead.
As for HSD residue, I assume it would be similar to HSE after coarse-graining, and hence I am using the same mapping scheme.
This has been solved. Now residue names for pronated residues following Amber or Charmm naming scheme are available.
Hey everyone,
I want to apply a neutral aspartate (ASP0) patch to one of the aspartate residues in a protein. However, I could not figure out how to implement that. I tried
-modify A-ASP164:ASP0
, but that didn't work out. Hence, I decided to do the pre-processing with VMD and tried coarse-graining withmartinize2
after that.Although
martinize2
successfully detected the patched aspartate residue but was unable to perform the coarse-graining. Interestingly, the additional errors with HSD residue were not observed when an HSE model of histidine was provided instead tomartinize2
#389.Please suggest some alternative solutions that could fix this problem. Thanks a lot.