Member Site Forums PyRosetta PyRosetta – General Movemap Question

Viewing 1 reply thread
  • Author
    Posts
    • #413
      Anonymous

        First, I would like to say that I am very happy with PyRosetta. It is extremely flexible, but allows an even greater use of Rosetta. Thanks for creating it.

        I am working on a homologous domain aspect to my ab initio folding program and was wondering why the movemap.set_bb_true_range() sets all other residues to false? Can this be changed for version 1.1? It seems unnecessary and makes dealing with individual domains more difficult.

      • #4296
        Anonymous

          You should be able to do a for loop over the range to get the effect you want. This is in C++ not python but I’m sure you can translate:

          for( int i(start); i

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