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 

ResultsOutput

Exercise 1

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

...

Expand
Hint
Hint

What does the -v flag do in grep?

Code Block
grep -v *something*

Solutions

ResultsOutput

Determining Differences Between Aligners.

...