Run PackRotamersMover on specified rotamer set

Member Site Forums Rosetta 3 Rosetta 3 – General Run PackRotamersMover on specified rotamer set

Viewing 2 reply threads
  • Author
    Posts
    • #2062
      Anonymous

        Hi,

        I would like to run PackRotamersMover to pack on a rotamer set which I specify. It looks like the setup code calls core::pack::pack_rotamers_setup() which builds the Dunbrack rotamer library. I’m guessing such functionality is not supported, maybe there is another mover which provides it?

        Jason

      • #10562
        Anonymous

          I don’t think there’s any simple facility for specifying your own RotamerSet for use in packing.

          If you’re working on the C++ code level, you can approximate pack_rotamers_setup() yourself by replicating the function calls in the implementation from src/core/pack/pack_rotamers.cc:189. Instead of using the RotamerSets setup there, you can supply your own, constructed by whatever method you wish.

        • #10571
          Anonymous

            Thanks rmoretti.

            I am at the C++ level and this was my fallback option. Looking over the code it seems pretty straightforward to extend this functionality; I’ll post some code when I have it working in case anybody else needs this.

            Jason

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