Victorian-Bioinformatics-Consortium/nesoni

Incorrect phase in generated GFF from genbank

drpowell opened this issue · 0 comments

"nesoni make-reference" produces a gff with 0 for phase when using a source gbk file.

From the "def read_genbank(filename):" in annotation.py
result.phase = 0 #FIXME