Logistics- Day 4

Logistics- Day 4

1.Login and copy data

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 ~

cd my_rnaseq_course

#copy over other files

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

BACK TO COURSE OUTLINE