Skip to content

Instantly share code, notes, and snippets.

@dacarlin
Last active August 29, 2015 14:10
Show Gist options
  • Save dacarlin/cb6b651164d4d53afa8c to your computer and use it in GitHub Desktop.
Save dacarlin/cb6b651164d4d53afa8c to your computer and use it in GitHub Desktop.
Quick results of Rosetta runs
#usage: bash results.bash '<dir> <cst-cutoff>'
sort -r -k1 $1/out/score.sc |awk '$4=="all_cst"||$4<'$2'{print $1, $4, $NF}'| column -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment