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
hi, I am using this convert_gff3_to_ncbi_tbl.py to convert gff3 into tbl and it work but there are problem that it does not print out protein_id and product in tbl.
INPUT
##gff-version 3
JA01000001 AUG gene 91 2658 . - . ID=g1;locus_tag=K_g1
JA01000001 AUG mRNA 91 2658 . - . ID=g1.t1;Parent=g1;locus_tag=K_g1;protein_id=K_g1;product=Transcription factor
JA01000001 AUG CDS 94 2658 . - 0 ID=g1.t1.cds;Parent=g1.t1;locus_tag=K_g1
JA01000001 AUG exon 94 2658 . - . ID=g1.t1.exon1;Parent=g1.t1;locus_tag=K_g1
Interesting. This section of code first checks to see if the gff3 has a polypeptide line and uses the annotation there, else falls back to the RNA feature, which yours has.
hi, I am using this convert_gff3_to_ncbi_tbl.py to convert gff3 into tbl and it work but there are problem that it does not print out protein_id and product in tbl.
INPUT
##gff-version 3
JA01000001 AUG gene 91 2658 . - . ID=g1;locus_tag=K_g1
JA01000001 AUG mRNA 91 2658 . - . ID=g1.t1;Parent=g1;locus_tag=K_g1;protein_id=K_g1;product=Transcription factor
JA01000001 AUG CDS 94 2658 . - 0 ID=g1.t1.cds;Parent=g1.t1;locus_tag=K_g1
JA01000001 AUG exon 94 2658 . - . ID=g1.t1.exon1;Parent=g1.t1;locus_tag=K_g1
EXPECTED
but the
OUTPUT
The text was updated successfully, but these errors were encountered: