Rosetta matching error

Member Site Forums Rosetta 3 Rosetta 3 – General Rosetta matching error

Viewing 1 reply thread
  • Author
    Posts
    • #2866
      Anonymous

        I am working on ligand-based protein design by rosetta. I am getting a constant error on the rosetta matching algorithm to find possible binding sites in the protein molecule for the desired ligand. The error that I receive is “Cannot normalize xyzVector of length() zero”. I tried running the script on different servers and multiple times but I get the same error everytime. What could possibly be going wrong?

      • #14101
        Anonymous

          Usually this means you have three colinear atoms for which the system is trying to compute a dihedral.

          Look at your inputs and parameters to see if you’ve got three bonded colinear atoms, or bonded atoms that are defined with the same input coordinates the PDB file.  You can fuzz the coordinates a bit so they aren’t perfectly colinear, and it should start working.

          (Even if you are supposed to have a bunch of perfectly colinear atoms – fuzz them anyway, in the PDB and params if necessary.  A 1% error in colinearity is enough to make dihedral math work and below the resolution of the PDB file anyway).

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.