This releases fixes several bugs and augments the output for intron retention events
- CIGAR strings containing the characters `=` or `X` instead of `M` have been incorrectly parsed, leading to wrong intron coordinates. Any runs with input files containing such CIGAR strings should be re-run
- The output of intron retention events was lacking the column `e2_cov_region` as described in the documentation (199). This has been fixed.
- When using the option `--use-anno-support` exons were stacked incorrectly, leading to crashes.
- The help screen now shows the SplAdder version (202)