Versions Compared

Key

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

...

The data consists of a set of files located in this directory:

Code Block
export BI=/corral-repl/utexas/BioITeam/
$BI/rnaseq_course/ripseq_exercises/

You will see two subdirectories called "RIP" and "CLIP", each with files we will look at during these exercises.  Go ahead and copy the "ripseq_exercises" directory and all its contents to your scratch area and load up the cufflinks module (which contains cuffdiff):

Code Block
cds
export BI=/corral-repl/utexas/BioITeam/
cp -r $BI/rnaseq_course/ripseq_exercises/ .
module load cufflinks/2.1.1

...