Skip to content

Instantly share code, notes, and snippets.

@klinkby
Created April 11, 2020 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klinkby/1f75805719a4fedf0ec0b0f72039d939 to your computer and use it in GitHub Desktop.
Save klinkby/1f75805719a4fedf0ec0b0f72039d939 to your computer and use it in GitHub Desktop.
Shell script for running rosetta on a plain
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install boinc-client
sudo /etc/init.d/boinc-client restart
boinccmd --project_attach https://boinc.bakerlab.org/rosetta/ {your-weak-key-here}
boinccmd --set_run_mode always
boinccmd --set_network_mode always
boinccmd --get_simple_gui_info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment