-
Notifications
You must be signed in to change notification settings - Fork 7
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
Help wanted: Using lipid_elastic_properties and align_trajectory with Martini output #2
Comments
Hi,
I think you can use PARMED in Amber, which can use the function "gromber"
to change a gromacs pdb and top to an amber rst7 and parm7, make sure the
input gromacs pdb is using PBC MOL structure.
And then you can try to read in parm7 and read xtc file to convert to a DCD
file.
hope it helps.
Best
Wenjuan
…On Wed, May 6, 2020 at 8:45 AM nambiarnik ***@***.***> wrote:
I wanted help in converting the gromacs output files for Martini systems
to get the .dcd and .pdb files needed for these modules. I was able to run
the example scripts (hex_phase) in ost by importing the module, but all my
attempts at using a converted trajectory .dcd file is giving me errors.
Could you give me any insight on how this could be run.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVWVZGGKVU33GLCUVOUQFDRQGAYTANCNFSM4M2RYKHA>
.
--
Best regards
Wenjuan Jiang
|
This is too little information if you want help.
From the top of my head (I don't work in the field anymore since several years), I think for example that the masses are needed in the PDB file. Are they present? |
I may have run into a similar issue recently, which turned out to be caused by the simulation cell angles not being read in correctly from the DCD. I resolved this by converting the XTC->DCD using mdtraj, and then it seemed to work, if that's any help... |
I wanted help in converting the gromacs output files for Martini systems to get the .dcd and .pdb files needed for these modules. I was able to run the example scripts (hex_phase) in ost by importing the module, but all my attempts at using a converted trajectory .dcd file is giving me errors. Could you give me any insight on how this could be run.
The text was updated successfully, but these errors were encountered: