Fix phase information of CDS nodes for translation of mRNA to protein
We identified an issue with partial genes in the gene annotation, where PanTools seemed to use the wrong phase for translating CDS sequences to protein. In particular, this issue was identified with partial genes. However, PanTools should be able to create the correct translation for all these cases.
I still marked this as a draft, because I am not yet sure which of the two following strategies will be the simplest to implement:
- For the first (forward strand) or last (reverse strand), use the phase information for translation
- Use BioJava or another library for translation
Edited by Workum, Dirk-Jan van