We're going to work with data from a human cell line posted here: https://storage.googleapis.com/bfx_workshop_tmp/Exome_Tumor.tar
-
Make a directory called "week03", and download the tarball to your computer using the command line (wget or curl).
-
Use
tar -xvfto extract the directory from the tar file, thencdinto the directory and look around withls. We're not going to use all of this data in this week's homework. Let's focus on the contents of Exome_Tumor.tar. Untar it, then unzip the fastq files. -
Look at the first three records (not first three lines!) of each fastq file. Take a close look at the read names and how they match up across files.