Member Site Forums Rosetta 3 Rosetta 3 – General Why I have the different result with the same initial condition? Reply To: Why I have the different result with the same initial condition?

#5720
Anonymous

    “Why I have the different result with the same initial condition?”
    Rosetta uses a Monte Carlo search protocol. You had a different random number seed and thus got different results. Combining the flags -constant_seed and -jran will allow you to manually set the RNG seed and make runs produce the same results.

    “How can I confirm that the protein really search the whole surface of the other protein?”
    With these flags, it should search the entire surface of the first one, but not search across the surface of the second. If you ran nstruct 1000, you should have 1000 results, which should be pretty widely distributed.

    “How the program move one of the protein to the surface?”
    I’m not sure what you’re asking. It samples the rigid-body degree of freedom between the two substructures, which includes changing the distance between their centers of mass…

    “Dose it make a latitude and longitude lines on the protein?”
    It is not doing gridded docking by default, nor is there a gridding mode (that I’m aware of).