Logistics-Part A

Logistics-Part A

You will use the cbrs pod for all the analysis in class. You can ssh in or use the website to access the unix terminal.

 

Macs come with terminal, so no installation is required. For windows laptops, install putty and winSCP. Putty is used for sshing into loneestar6 and winscp is used for transferring files to and from lonestar6.

 

Login to cbrs pod

#If you are using a terminal, open it:

#Odd accounts use this server
ssh username@cbrscomp01.ccbb.utexas.edu

#Even accounts use this server

ssh username@cbrscomp02.ccbb.utexas.edu


(replace username with the username provided to you)
#You will not see the password when you type it, but it is going through.

 

#If you are using putty, open it and enter the following:

#Odd accounts use this server

hostname: cbrscomp01.ccbb.utexas.edu

#Even accounts use this server

hostname: cbrscomp02.ccbb.utexas.edu

#Upon prompting, enter username and password

Copy data over

cd ~

mkdir my_rnaseq_course

cd my_rnaseq_course

cp -r /stor/scratch/Courses/rnaseq_course/partA . &

 


BACK TO THE COURSE OUTLINE