TACC/Unix Exercise

TACC/Unix Exercise

Get your data

Get set up
cds mkdir my_rnaseq_course #this is where you'll be doing all the course exercises cd my_rnaseq_course   cp -r /corral-repl/utexas/BioITeam/rnaseq_course/tacc_exercise . #for this specific exercise cd tacc_exercise

Exercise:

Run a simple command on each of these four files. We are going to just print the first 10 lines of each file.

  1. Make a commands file with the unix commands.

  2. Use launcher_creator.py to create a launcher to submit this job (command file).

  3. Submit the job.

  4. Check the queue.

  5. Check the output files and log files.

BACK TO COURSE OUTLINE