In EVidence Modeler, is the value (0,1, or 2) in the frame field of a CDS record in a gff3 file relative to the entire contig/scaffold/chromosome, at least for the position of the beginning of the coding sequence? For example, lets say my scaffold is CCCCATGCACTAGCCCC. Total length is 17. Start codon (beginning of CDS) begins at base 5. From what I can tell if Augustus was used to generate a prediction that started at the ATG, it would report a frame of 0 (it appears to me that Augustus, at least when reporting a CDS that commences with the start codon, always says it is in frame "0"). With Genemark (which uses a 1/2/3 frame scale), I think it would report the frame relative to where it is on the whole contig, so it would report a frame of "2" for the CDS beginning at the ATG. I think Snap also reports the frame relative to position on the entire contig, only on a 0/1/2 scale. Regardless of whether I'm correct about all that or not, what does EVidence Modeler expect? I am parsing results from Augustus, Snap, and Genemark into an appropriately formatted GFF3 file to use as input to EVM and I want to make sure I get the correct values in the frame field for the CDS records.
Thanks.