Hi Josh,
The format of output gff3 file from GALES is incorrect.
For reference here is the link to "Annotating genomes with gff3" from NCBI.
- "polypeptide" feature is not a valid feature type. Hence the line with that feature can be removed.
- replace "product_name=" with "product=" attribute.
- The protein product name info should be added to CDS feature line. If product name is not specified in mRNA feature line, the tbl2asn command takes up product name from CDS feature. But if no product name is added to CDS feature line, it will automatically be called a hypothetical protein. If product name is assigned to only mRNA feature line, it will be added to gbf file (gbf is another output from conversion of gff3 to asn) as a Note.
Thanks,
Suvvi
Hi Josh,
The format of output gff3 file from GALES is incorrect.
For reference here is the link to "Annotating genomes with gff3" from NCBI.
Thanks,
Suvvi