Tutorial - Start diploid mapping for Day 2
Prepare for Day 2
To prepare for Day 2, try to start either BWA or Bowtie2 mapping of these two fastq files:
The data
$BI/ngs_course/human_variation/allseqs_R1.fastq
$BI/ngs_course/human_variation/allseqs_R2.fastq
against this reference:
The reference
$BI/ngs_course/human_variation/ref/hs37d5.fa
followed by converting the output to bam format, sorting the bam file, and indexing the output.
For a bit of extra challenge, you could make two separate commands files, one for each mapper, qsub them. Watch out - you'll need to make sure they both write output to different files, or run in different directories!