Skip to content

Regularization is not working properlly #45

@aloctavodia

Description

@aloctavodia

Regularized proteins are not similar to their un-regularized counterparts, even when the set of torsional angles seems to be virtually the same.

prot_o = bmb.Protein(pdb='1ubq.pdb')
prot_r = bmb.Protein(pdb='1ubq.pdb', regularize=True)

o = prot_o.get_torsionals()[['phi', 'psi', 'omega']].values
r = prot_r.get_torsionals()[['phi', 'psi', 'omega']].values

o - r is a vector of zeros, but the rmsd between proteins is larger than 3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions