Calculating coverage
Introduction
Coverage can be calculated in several different ways and this pages aims to describe a few of them
Bedtools genomecov
This is one of the most commonly used methods and requires loading of the bedtools module, also used in the callSNPs.py tool. The base of the command is
bedtools genomecov -bga -ibam <bamfile>
Explanation