Versions Compared

Key

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

...

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

Results

...

Exercise.

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

...