You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While adding some tests to check for the GFF output (in order to fix #18) I noticed that the start score of some genes were deviating from the Prodigal reference results. This was not verified before since the GFF format is the only output format to contain these statistics. This change in start score affects the may score and the confidence of each gene marginally.
It looks like the bug may be coming from a weird Prodigal behaviour, and only occurs in metagenomic mode.
In the original Prodigal code, the gene data string is created right when the best genes are identified but the nodes may be changed after that, so there is a discrepancy between the gene data string and the actual start node attributes. This only occurs for genes that have been corrected with eliminate_bad_genes.
While adding some tests to check for the GFF output (in order to fix #18) I noticed that the start score of some genes were deviating from the Prodigal reference results. This was not verified before since the GFF format is the only output format to contain these statistics. This change in start score affects the may score and the confidence of each gene marginally.
Genes scored with Prodigal:
Genes scored with Pyrodigal
v0.6.4
:Genes scored with Pyrodigal
v1.1.2
:After bissecting, I found that the bug was introduced between
v0.6.4
andv0.7.0
.The text was updated successfully, but these errors were encountered: