Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Samtools

Setup output directory.

Code Block
mkdir samtools_bowtie

...

Code Block
samtools mpileup -uf samtools_bowtie/REL606.5.fasta samtools_bowtie/sorted_REL606.5.bam \|bcftools view -vcg - \> samtools_bowtie/output.vcf 

Output - Samtools

Exercise 1

VCF format has Allele Frequency tags denoted by AF1. Try the following command to see what values we have in our files.

...

Output - Filtering Allele Frequencies

Determining Differences Between Mappers.

Setup output directory and then change into it.

...