Replies: 4 comments
-
I tried |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help and reply. I think I got confused from the tutorial's instruction. So the restraint information is inside the "molecule_0.itp" file. So if I would like to produce a restraint.gro, it is out of scope of martinize2? Or how can I produce this based on the information from itp file? Thanks. |
Beta Was this translation helpful? Give feedback.
-
I'm thinking you could just use the produced pdb file ( |
Beta Was this translation helpful? Give feedback.
-
Using the same file should be fine. @Toolxx just to expand on what I said over on the discussion forum: My understanding is that gromacs is happy as long as it finds enough coordinates in the right indices in the restraint file, there's no strict requirement for the restraint file to be precisely related to the coordinate input file. So I have a coordinates.gro that looks like:
and a topology file topol.top like:
Then in
The minimization file that I have contains a
The position restraints matter at the
Gromacs will in this case produce a warning, because I have unused definitions in my system. This is corrected by:
Which is useful in the case of e.g. energy minimization, because gromacs:
To summarise, in most cases, the same coordinate file can (and should) be used for both the input coordinates and the position restraint coordinate file. Consider what happens if you don't do this. You're telling gromacs that you want to start a simulation from configuration |
Beta Was this translation helpful? Give feedback.
-
I am following the tutorial "https://cgmartini.nl/docs/tutorials/Martini3/ProteinsII/" and "https://cgmartini.nl/docs/tutorials/Martini3/ProteinsI/" and I found the issue that martinize2 -p backbone create NO restraints.
For example, I used "martinize2 -f 181L_clean.pdb -o t4l_only.top -x t4l_cg.pdb -dssp -p backbone"
It return "martinize2 -f 181L_clean.pdb -o t4l_only.top -x t4l_cg.pdb -dssp -p backbone
i.e., one itp, one pdb, and one top file are created without the expected restraint files. It do not meet the information from "martinize2 -h" "Position restraints:
-p {none,all,backbone}
Output position restraints (none/all/backbone) (default: none)
"
How can I solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions