Skip to the content.

Software Installation & Configuration

For this workshop we will be using software which has been pre-installed inside a “Virtual Machine” environment. We do this for two reasons: 1) making sure everyone has access to working software; and 2) preventing any foreseeable installation difficulties. More details on the ‘Why?’ are below, so first let’s answer the ‘What?’ question:

The Virtual Machine we are using for this workshop is uploaded to Zenodo and has a permanent DOI attached to it, so you can always download it in the future. Note that it is 4.5GB.

What is a Virtual Machine (VM)?

A Virtual Machine (or ‘VM’) is an operating system running as an application on your computer. Think of a VM as a little computer running inside your own computer. Just like you use Firefox or Google Chrome to run a web browser on your computer, you can use virtualization software to run a Linux VM on your computer or to run a Windows VM on your computer!

Here is a more detailed explaination of Virtual Machines.

Why use a Virtual Machine?

In a workshop environment there are two main advantages for using VMs:

Getting set up with the RADCamp VM image

Now that you know more about VMs it’s time to get set up with the custom VM image we’ve developed for this workshop:

We will be running through the quality control and assembly of the cheetah data using the ipyrad CLI, so in your Jupyter notebook environment, create a new “Terminal” using the “New” button.

png

Which, after you open it will look like this: png

Now, we’re ready to look at the data and start the analyses!

Advanced VM access (for the curious)

If you want to actually log in to the VM directly to mess with it yourself you can use ‘Start->Normal Start’ and then log in with this username/password.

Command Line Access to the VBox image: If you want to actually log into the VM the username/password are:

uname: osboxes
passwd: osboxes.org

If you are interested in how we set up this image, the techinal details are here: RADCamp VM technical setup