Variant calling
Help 2 / 9
The data

1. The sequencing reads

The reads have been preloaded to your working directory. Try and (why did we pick a multiple of 4 in our head command?).

2. The reference genome

In the following steps, you’ll map those reads to the Lambda phage reference genome.

We preloaded the bowtie2 indexes for that reference genome; its location is stored in the variable $REF. Use to see the location.

For variant calling, you’ll also need the reference genome’s FASTA file, and its location is stored in the variable $REF_FASTA. Use to see the location (or use to list all variables).

Loading...