Member Site Forums Rosetta 3 Rosetta 3 – General All possible mutations Reply To: All possible mutations

#4795
Anonymous

    If you want to make ALL 3.2 million possible sequences, no, there is not a script pre-written to do that. There may be code to do the single-residue scanning (not combinatorial permutations) for 100 sequences, but I don’t think it’s been released.

    What you probably want to do is have rosetta sample the space of the 3.2 million sequences. To do that, just write a resfile with ALLAAwc at the 5 positions (the resfile documentation is pretty good and should cover this) and then run the fixbb app. The packer will not exhaustively sample all 3.2 million sequences, but it will tell you low-energy sequences. Is that what you need?