🔑 Remember to add your SSH key to Biosphere before starting
Go to BioSphere and create a new VM with the following settings:
We made a small script to help you set up your VM.
Execute it from the terminal:
# Execute a script to install dependencies and configure env
curl -sSL "https://gist.githubusercontent.com/telatin/593b5b7ce54fc644725e0ecc02394d34/raw/setup_vm.sh" > setup.sh
nohup bash setup.sh
nohup will make sure the script continues running even if your connection drops, this is particularly useful if we plan to run this command and then go home đźŹ
Finally:
# Make conda ready to work
conda init bash
# Apply modified settings
source ~/.bashrc
# Download the databases
nohup votuderep getdbs -o ~/db/
if the connection to a remote machine drops, the running programs will be terminated.
See a small tutorial on Tmux
on how to manage this problem.