How to sort a Silent File based on RMSD

Member Site Forums Rosetta 3 Rosetta 3 – Applications How to sort a Silent File based on RMSD

Viewing 1 reply thread
  • Author
    Posts
    • #1683
      Anonymous

        Dear all,

        I have a silent file of 20,000 structures with associated rms for each one. The typical cluster application in Rosetta is not very useful as it clusters them based on energy score.

        1. Simply, I want to sort the structures based on the value of rms from the lowest (best) to the highest (worst), how to do so?

        2. Is there any way to calculate the average of the rms of all decoys?

        Thank you for your time and effort,

        Jad

      • #9174
        Anonymous

          Hi Jadabbas,
          you can use the score file or you can grep SCORE to get the scores and rmsd values of the decoys from the silent file.
          $grep SCORE x.silent

          Then sort as you want and calculate average rmsd.

        • #10385
          Anonymous

            I think I know now. :)

            grep SCORE path/to/silent/file | sort -n -k2 > path/to/txt/file

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