Member Site Forums Rosetta 3 Rosetta 3 – General I have a .tab file. How do I extract information from it? Reply To: I have a .tab file. How do I extract information from it?

#4994
Anonymous

    Atomtree diff files are plain text, and final scores are recorded on the SCORES lines. These can be easily processed by scripts to select the best results. It can be useful to convert to a table of scores (CSV or equivalent) and do analysis in R; one could do the same in Excel, etc.

    Then the documentation gave an example:
    ~/mini/src/apps/public/ligand_docking/get_scores.py < 1t3r_silent.out > 1t3r_scores.tab