Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.34 KB

Week 11

RNAseq Part 2

RNAseq Course Setup

For the BFX Workshop, we will not be using AWS Cloud. Instead, we will use a Docker image created from the AWS AMI used in rnabio.org.

Docker Setup

Instructions for setting up docker can be found here

User Setup

Reminder: Now that we are running a Docker container, Docker, by default, will log you in as the "root" user. We need to run as the ubuntu user to match the RNAseq course tutorials.

  1. Switch User su to the unbutu user:
su ubuntu
  1. Source the pre-installed .bashrc file to configure your environment to match the RNAseq course:
source ~/.bashrc

NOTE: Using Docker and the persistent "workspace" volume we attached will allow you to start/stop as you wish. EVERYTIME YOU LOGIN TO THE DOCKER CONTAINER, YOU MUST LOGIN AS THE ubuntu USER AND source ~/.bashrc UPON EACH LOGIN.

Homework Assignments

  1. Complete Module 3 - Expression