Changes:
* Support for the annotation of indels
* Added better unit testing using data from GIAB
* Changed the thresholds `--mapping-quality` and `--base-call-quality` to filter all reads below the thresholds as opposed to previous behaviour filtering all reads equal or below the threshold. This was cause of a lot of confusion and pysam uses this thresholds
* Use pysam filtering of reads to avoid reading qualities manually, this increases performance around 60%