Skip to content

Some errors in the resulting topologies after conversion to gmx #24

@kaplajon

Description

@kaplajon

Hi,

I'm preparing a glycoprotein using tleap and glycam06j/ff14SB. Since I want to simulate in gromacs I used ACPYPE (the :latest docker image recipe built with Singularity last week). I also used tleap from the same image. Unfortunately I found some errors in the generated output that I had to fix before gromacs would run, that I thought you might want to know about.

  1. In the CL- [moleculetype] the atom type is IM, but in [atomtypes] the type is Cl-. Changing IM to Cl- seems to be the fix for getting the topology through grompp.
  2. In the output gro-file, the box vectors were written in Ångström, but the coordinates in nm. This made gromacs die with a segfault since it couldn't allocate enough memory for the resulting huge box. Dividing the box vectors by 10 fixed the segfault issue.

Thanks for a very nice python tool!
Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions