Logistics - Day 2

Logistics - Day 2

1.Login and copy data

Login to TACC

#If you are using a terminal, open it:

ssh <username>@ls6.tacc.utexas.edu

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

hostname: ls6.tacc.utexas.edu

#Upon prompting, enter username and password

#If you are getting the following error: Corrupted MAC on input, then try this:

ssh -m hmac-sha2-512 username@ls6.tacc.utexas.edu

Copy data over if you have not already done so

cds

cd my_rnaseq_course/
cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_2 . &

 

2. (DO IN CLASS )Open another terminal tab and ssh into ls6. Request an interactive session in one of the compute nodes.

ssh <my_user_name>@ls6.tacc.utexas.edu idev -m 120 -q normal -A OTH21164 -r rna-seq-class-0610 #If the reservation does not work, try the command without the -r rna-seq-class-0610



BACK TO COURSE OUTLINE