How to read the output score file from rosetta?
Dear all,
I find the score file output by rosetta is different to read. For example, a score-snugdock.sf file produced by snugdock reads like the following in gedit:
https://www.dropbox.com/s/6oba8nitiwob7pb/score.PNG?dl=0
I cannot tell the column names and their corresponding values. The Rosetta documnet gives a sort command that can pick out the structure with the lowest score:
sort -nk5 score-snugdock.sf | head -n1 | awk '{print $NF}'