Created
April 11, 2020 19:58
-
-
Save klinkby/1f75805719a4fedf0ec0b0f72039d939 to your computer and use it in GitHub Desktop.
Shell script for running rosetta on a plain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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