Changes
- No more custom ANN names: always use names from VEP / snpEff as is tedil (135).
If you have expressions making use of `cDNA`, `CDS` or `Protein`, change to `cDNA_position`, `CDS_position` and `Protein_position`(VEP) or `cDNA.pos / cDNA.length`, `CDS.pos / CDS.length` and `AA.pos / AA.length` (SnpEff).
Housekeeping
- Update pre commit hook and poetry tool versions tedil (133)
- Add "Citation" section with information on how / what to cite tedil (132)