Versions Compared

Key

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

...

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

cds
cd my_rnaseq_course
cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_3_partA .
cp -r /work2/projects/BioITeam/projects/courses/rnaseq_course/day_3_partB .

...

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

cds
cd my_rnaseq_course
ls day_3_partA/gene_counting_exercise/
ls day_3_partA/gene_expression_exercise/

...

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

idev -m 120 -q normal -A UT-2015-05-18OTH21164 -r RNASeq-WedRNAseq
#Leave out -r RNASeq-WedRNAseq if your TACC id is not part of the reservation

...