Versions Compared

Key

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

...

Expand
titleSolution
Code Block
languagebash
titlesolution code
module load bedtools
bedtools bamtobed [OPTIONS] -i input.bam > output.bed
wc -l output.bed
more output.bed #to examine the bed file visually

 

Exercise 3: Find the coverage of your bed file over the SacCer3 genome

...