Logistics - Part B
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
#If you are offsite (not on UT wifi), use your web browser to access the pod :
#Odd accounts use this server: https://cbrscomp01.ccbb.utexas.edu/
#Odd accounts use this server: https://cbrscomp02.ccbb.utexas.edu/
Copy data over
cd ~
cd my_rnaseq_course
#symbolically link the data and reference directories
ln -s /stor/scratch/Courses/rnaseq_course/data .
ln -s /stor/scratch/Courses/rnaseq_course/reference .
#copy over other files
cp -r /stor/scratch/Courses/rnaseq_course/partB . &
BACK TO COURSE OUTLINE