Useful scripts for bioinformatics lab.
In order for the scripts to work, you need to enable passwordless SSH login. Follow these steps to set it up:
-
Generate SSH Key Pair:
ssh-keygen -t rsa -b 4096
This command generates a new SSH key pair. Follow the prompts to save the key pair to the default location (~/.ssh/id_rsa) and optionally set a passphrase.
-
Copy Public Key to Remote Server:
ssh-copy-id -i ~/.ssh/id_rsa.pub <your_username>@alive.bio.uu.nl
-
Verify SSH Key Authentication
ssh <your_username>@alive.bio.uu.nl
This script allows you to run a Jupyter Notebook on a remote server and access it through an SSH tunnel.
This script allows you to connect to the Alive server and perform various tasks.
This project is licensed under the MIT License.