[email protected] (FAH or [email protected]) is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. It brings together citizen scientists who volunteer to run simulations of protein dynamics on their personal computers. Insights from this data are helping scientists to better understand biology, and providing new opportunities for developing therapeutics.
Package | Version | License |
---|---|---|
FAHClient |
Click this button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the [email protected] 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB [email protected] Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "sharklabs-foldinghome-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
By default when the droplet is created, [email protected] is installed and running with the default user (Anonymous), the default team (0), at medium power, and with no passkey. To configure these parameters, ssh on to the droplet and execute the following:
sudo /etc/init.d/FAHClient stop
FAHClient --configure
# enter your desired configuration
# copy/merge this configuration over to /etc/fahclient/config.xml
sudo /etc/init.d/FAHClient start
For more information on configuring [email protected], see:
https://foldingathome.org/support/faq/installation-guides/linux/
https://foldingathome.org/support/faq/installation-guides/linux/command-line-options/
https://foldingathome.org/support/faq/installation-guides/configuration-guide/