Lonestar6 TACC/Unix Exercise With Answers
Get your data
Get set up
cds
cd my_rnaseq_course
cd day_1_partA/tacc_exerciseExercise:
Run a simple command on each of these four files. We are going to just print the first 10 lines of each file.
First you need all the files. One is missing. Download it from here -> genes.1 and transfer it to your lonestar6 account (under day_1_partA/tacc_exercise)
Make a commands file with the unix commands to print the first 10 lines of each file into an output file.
Use launcher_creator.py to create a launcher to submit this job (command file).
Submit the job.
Check the queue.
Check the output files and log files.
BACK TO COURSE OUTLINE