Skip to the content.

RADCamp ICCB Brisbane 2025 - Day 1

Overview of the morning activities:

Intro ipyrad Resources

Accessing Cloud Computing Resources

For this workshop we will use a cloud server hosted by the Eaton Lab at Columbia University. To log in you will need a gmail account. Open a browser window and go to:

https://pinky.eaton-lab.org/

You will see a login screen prompting you to log in with gmail. Click this button, and you might need to confirm an authorization to verify your identity.

png

The default view is the ‘Classic’ jupyter notebook view, but I prefer the newer JupyterLab view because it keeps everything in one place. Open JuptyerLab by going to View->Open JupyterLab

png

Once logged in you’ll see the JupyterHub File Browser and Launcher panes.

png

Note: These cloud resources will not persist past he workshop. The Eaton lab JupyterHub server is only accessible for your account for the duration of this workshop. After the workshop we will delete user accounts and restrict access permissions, so don’t save anything valuable here!

Installing ipyrad

To start the terminal on the jupyter dashboard, click “Terminal” in the Launcher. png

ipyrad uses conda, which is a package manager for python. We downloaded the minconda installer and saved it in the work directory, so you can run the installer from there.

bash ./work/BlackRockData2/Miniconda3-latest-Linux-x86_64.sh

During the miniconda installation push the space bar until prompted and then:

After it’s finished type ‘exit’ and then open another terminal. Your prompt should now look like this:

(base) jovyan@493222dbc32d:~$

Now you can install ipyrad (and a few of the other necessary packages we’ll be using) with conda like this (it will take 1-2 minutes):

conda install -c conda-forge -c bioconda ipyrad fastqc -y

Installing ipyrad on your home system