Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get set up for the exercise:  

Warning

When following along here, please switch to your idev session for running these example commands.

If you have not requested an idev session, do so now:

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_4
Code Block
titleGet set up for the exercise
 #We will be doing all this in the idev session
 cds
 cd my_rnaseq_data/day_4_partA/wgcna
 module load Rstats
 module load RstatsPackages
 R

...