...
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 |
...