Logistics
1.Login and copy data
Login to cbrs pod
#If you are using a terminal, open it:
#Odd accounts use this serverssh 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 ~
cd my_rnaseq_course
#copy over other files
cp -r /stor/scratch/Courses/rnaseq_course/partC . &
BACK TO COURSE OUTLINE