Skip to content

Identify copies of same ligand (OOP refactor) #2

@jaimergp

Description

@jaimergp

Compare topologies of identifies ligand to match those that are the same in different positions. Each copy should have a different molecule.name but identical residue.type.

  • molecule.basename (derived from molecule.name) is used to identify copies of the same ligand, because is the part used for *.pdb (coordinates source).
  • residue.type is used to identify the residue type in terms of parameters. It's not clear if we need one mol2/frcmod for each pdb or one for each type (have to look it up), but if needed, it is just a matter of copying them with the appropriate names (molecule.basename). The contents would still list the same residue.type.

Since this is getting messy, a small OOP refactor will be needed.

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