Sample dihedral database

Member Site Forums PyRosetta PyRosetta – General Sample dihedral database

Viewing 1 reply thread
  • Author
    Posts
    • #2867
      Anonymous

        Good morning,

         

        I have a database of dihedral angles in this order: residue psi psi. Is is possible to use pyrosetta to sample randomly throuh this database,

        applying random psi and psi angles to a pdb pose, using a movemap? Imagine that my sequence is AQAAVFGT; so the script would retrieve randomly from the database the dihedrals corresponding to residues in the sequence and output a pose.

        is this possible? Maybe with a loop with the SetTorsion mover?

        Thank you,

        cheers

      • #14100
        Anonymous

          If I understand correctly, you want to directly choose the torsion values to be set, through some database you’ve already built – clearly the code to interpret that database is something you’ll have to write.  Given that you know a psi or phi you want, Pose offers set_psi, set_phi, and set_omega directly.  No real need for a Mover here.

          • #14102
            Anonymous

              Ok, started to do it already. I´ll update it here if it is of any use to anyone.

              Thank you for the reply

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