Gromacs Output Help #908
-
|
Hey, I am working on a research project and wish to present my findings via molecular nodes, mostly because it looks amazing and allows me to really focus on things. Problem is, that I am working with gromacs 2024.2, but it seems to have too many molecules for MDAnalysis to work. I had previously saved my .gro file as a pdb file using amber numbering, but I found out that amber numbering is not supported. Since then I have tried a few things, namely just the original .xtc and .gro files, which worked, but lacked the secondary structure. DSSP did not work either, as there were some nonstandard amino acids within. When I loaded this in ChimeraX or VMD, no issue with secondary structure. If there is a nice way to convert or prepare the file (ie. separating the membrane, solvent, protein and cofactors into separate pdb files and trajectory files?), or any scripts I can write, please let me know. For more information on the protein, size, membrane composition, etc.:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hey there! Should hopefully be able to help get this working. The issues with GROMACS 2024 sound like something worth looking into, but if it is an MDAnalysis issue then it's worth taking that to the MDAnalysis repo with details there. Molecular Nodes will let you have multiple trajectories loaded at the same time, so the easiest might be to split it into Secondary structure import for trajectories currently still isn't great so getting the information actually usable in Molecular Nodes currently is a bit tricky (apologies on that front). The current solution is to import the The in the node tree of the imported trajectory (for the protein), we can sample the
|
Beta Was this translation helpful? Give feedback.

Hey there! Should hopefully be able to help get this working.
The issues with GROMACS 2024 sound like something worth looking into, but if it is an MDAnalysis issue then it's worth taking that to the MDAnalysis repo with details there.
Molecular Nodes will let you have multiple trajectories loaded at the same time, so the easiest might be to split it into
proteinandnon-proteinatoms. That way you can use the.pdbfile with secondary structure annotation for the protein component (open in pymol / chimera & save new file with secondary structure) and the.grofor everything else.Secondary structure import for trajectories currently still isn't great so getting the information actually us…