Skip to content

Incorrect gff3 output file format #24

@nsuvarnaiari

Description

@nsuvarnaiari

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.

  1. "polypeptide" feature is not a valid feature type. Hence the line with that feature can be removed.
  2. replace "product_name=" with "product=" attribute.
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions