Questions and Answers : Unix/Linux : Rosetta@home on Raspberry Pi 4
Author | Message |
---|---|
Covid19ToTheGallows Send message Joined: 14 Mar 20 Posts: 5 Credit: 1,017,907 RAC: 0 |
Hi, dear crunchers! I would like to setup Rosetta@home on a headless Raspberry Pi 4 (8GB of RAM). What commands do I need to use for this purpose? Is there a single script I can run to do the whole setup at once? I've tried a script from Bard, but it didn't work correctly. Best wishes, |
Covid19ToTheGallows Send message Joined: 14 Mar 20 Posts: 5 Credit: 1,017,907 RAC: 0 |
Hi, dear crunchers! UPDATE: ChatGPT gave me a good answer: #!/bin/bash # Update package lists sudo apt-get update # Install necessary packages sudo apt-get install -y boinc-client boinctui # Start the BOINC client sudo systemctl enable boinc-client sudo systemctl start boinc-client # Download the Rosetta@home project boinccmd --project_attach https://boinc.bakerlab.org/rosetta/ YOUR_ACCOUNT_KEY # Monitor progress with boinctui boinctui |
Questions and Answers :
Unix/Linux :
Rosetta@home on Raspberry Pi 4
©2024 University of Washington
https://www.bakerlab.org