Day 3 introduction
Overview
Today we are going to hit the ground running to try to make up some ground that we lost yesterday.
Objectives
- Complete either the corrected Samtools Tutorial, or the abbreviated cook-book-version. (The cookbook version is worth looking at even if you complete the full tutorial as it teaches another way of executing the same commands)
- Go back to the IGV tutorial, look through the E. coli section with particular regard to loading IGV, but don't delay or look too in depth there.
- Focus more on the 2nd set of data: Humans.
- Copy the human data over to $SCRATCH before the presentation starts to make sure it is available after our break.
Step 1: idev
First things first, start an idev node on the normal queue and request it for ~180-200 minutes to cover the entire length of the class.
Step 2: Start File Copy
Since the files can take a while to copy and this can be done in the background, its not a bad idea to start them first. REMEMBER that it is using up 1 of the processors so you are left with 11 to use as you see fit.
cds mkdir BDIB_Human_tutorial cp -r $BI/ngs_course/human_variation BDIB_Human_tutorial/raw_files & # This command will take some amount of time to finish. Move onto the next task while you wait, and later when it has finished copying do the next command cd $SCRATCH/BDIB_Human_tutorial/raw_files gunzip *.gz # this will unzip all the compressed files you have just copied
Remember we can add the -v option to the cp command if we like some extra peace of mind that files are actually copying and that our terminal hasn't locked up, but that isn't as useful when running in the background.
Step 3: Finish Samtools tutorial
Either method is fine, but you should look at the abbreviated version as it introduces a new type of command execution:
Step 4: IGV
Go through the IGV tutorial paying special attention to how to load IGV on your local computer and the 2nd set of data covering human information.
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.