Skip to content

0. Set‐up

Ryan edited this page Oct 11, 2024 · 5 revisions

A few basic things need to be set up before we can get to the actual work. In the interests of time and speed we have setup a You'll need to create and start a VM based on a snapshot we provide that has a lot of bioinformatics software pre-installed. As you know getting bioinformatics software installed is often a time-consuming task that we have done for you.

Open an "Incognito window"

Create a google account if you don't already have one

You will need a Google account to run this workshop. If you have a google account you want to use for this workshop you can skip this step.

If you don't have a Google account you can create one at https://account.google.com by clicking on the Create account link. You'll have to go through several screens following the instructions to create the account.

Once you have an account you should be able to go to

https://console.cloud.google.com/getting-started

Create an Ubuntu 20.04 VM

Go to Compute Engine->Virtual Machines -> VM Instances

setup-1


Use the name "asm-ngs-$USER" with $USER replaced with your username

setup-2


Set Region to "us-cental1 (Iowa)" and Zone to "us-cental1a"

setup-3


In Machine Configuration, set to "e2-standard-8"

setup-4


Change the standard Boot Disk by clicking on the Change button

setup-5


Select Custom Images and then cbi-2024-asm-ngs-wkshp-image-10102024

setup-6

Increase the size of the disk to 100 GB and click SELECT


Set allow full Access to all Cloud APIs and allow HTTPs traffic and then hit the Create button at the bottom

setup-8


Log into your new VM

setup-9


It will take a few minutes to create the new VM. Once it is running click the SSH button to the right of the VM list.

It may take a few moments to make the connection, transfer SSH keys, etc. You can just close the "Please consider adding..." dialog box if it appears.

setup-10


If you successfully login you should be in the terminal and able to type commands in

setup-11