Problem with sending individual energy terms using PyMOL Mover

Member Site Forums PyRosetta PyRosetta – General Problem with sending individual energy terms using PyMOL Mover

Viewing 2 reply threads
  • Author
    Posts
    • #1125
      Anonymous

        Hi All,
        I’m having a problem sending individual energy terms to PyMOL. I’m using 2.011, and going directly from the tutorial:

        py = PyMOL_Mover()
        py.apply(p)
        score(p)
        py.send_energy(p, “fa_sol”)

        This is the error that I get:
        PyMolMover.send_energy(PyMOL_Mover, Pose, str)
        did not match C++ signature:
        send_energy(protocols::moves::PyMolMover {lvalue}, core::pose::Pose , core::scoring::ScoreType stype=rosetta.core.scoring.__scoring_all_at_once_.ScoreType.end_of_score_type_enumeration)

        Any ideas as to what could be the problem? Thanks

        -Jared

      • #6468
        Anonymous

          Figured out the problem – The input isn’t a string, it’s just fa_sol, etc. Sergey/Brian – could you update the documentation?

        • #6516
          Anonymous

            Hi Jared, I have added extra function that take string for energy type, so now it should be possible to both specify it as enum and as plain string. All builds tarting with r46816 should have it.

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.