Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
SSH into lonestar5 and copy files needed for today's exercises.
Code Block
titleGet set up for the exercises
ssh <username>@ls5.tacc.utexas.edu

cds
cd my_rnaseq_course
nohup cp -r /work/01184/daras/rnaseq_course_2016/day_3_partA . &
nohup cp -r /corral-repl/utexas/BioITeam/rnaseq_course_2016/day_3_partB . &

If you've already copied data over, check that the data files required are there.

Code Block
titleGet set up for the exercises
ssh <username>@ls5.tacc.utexas.edu

cds
cd my_rnaseq_course
ls day_3_partA/gene_counting_exercise/

ls day_3_partA/gene_counting_exercise/hisat_results/


ls day_3_partA/gene_expression_exercise/

Open another SSH session and request a idev session

Code Block
titleset up idev session in another tab
ssh <username>@ls5.tacc.utexas.edu

idev -m 120 -q development -A UT-2015-05-18 -r CCBB_Day_3



Go back to Course Outline