Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Most of today, we will be running R scripts. So, let's do it on stampede2ls5.
You may have to log in to lonestar5 later when you are working on your own data analysis
1. Open a terminal. SSH into stampede2 ls5 and do these copies. 
Code Block
titleGet set up for the exercises
ssh -X <my_user_name>@stampede2name>@ls5.tacc.utexas.edu


#For putty users, unfortunately -X option does not exist.  You would need a tool like Xwindows for similar graphical display
 
cds
cd my_rnaseq_course
cp -r /corral-repl/utexas/BioITeam/rnaseq_course_2016/day_4* .&


#Request an interactive session
idev -m 120 -q development -A UT-2015-05-18

...