haha ..thanks for your answer. I just found something interesting, I edited the column in the gff file where should be transposon into one of the ENA features you mentioned(actually that are not), because I suspected that maybe it was the feature that the software could not recognize. afterward, I got the output in the format I want, like this: gene complement(280897286..280897876) FT /locus_tag="LOCUSTAG_TE6487692" FT /note="source:RepeatProteinMask" FT /note="ID:TP327664" FT gene complement(280897765..280900842) FT /locus_tag="LOCUSTAG_TE6487693" FT /note="source:RepeatProteinMask" FT /note="ID:TP327665"
I should try to make it a second run following your suggestion later, however there is another mistake that happened
actually I am doing the conversion covering the whole genome level of wheat, and my input file, I mean gff file and sequence file,include the transposons annotation and 7 chromosome sequence, so the gff file is the mixture of TEs, and the sequence file is a file that contain multiple blocks of DNA sequence(>chr1A,>chr2A........). What is strange is that I only got the correct output information of chr1A chromosome (it seemed that only the first sequence in the fasta file had been scanned) , and the left TEs and were not recognized and displayed. So the next lines after the last recognized TE were all gaps..again...And I am not sure they are TE or others(because the complement index is not correct)....following is what the output look like.
gene complement(280900375..280900935)
FT /locus_tag="LOCUSTAG_TE6487694"
FT /note="source:RepeatProteinMask"
FT /note="ID:TP327666"
FT gene complement(280900821..280901252)
FT /locus_tag="LOCUSTAG_TE6487695"
FT /note="source:RepeatProteinMask"
FT /note="ID:TP327667" **(the problem start from here)**
FT gap 4503..5478
FT /estimated_length=976
FT gap 11990..13040
FT /estimated_length=1051
do you have a thought about this..haha..so glad that I could meet you and talk about this
Hello 3105298904 ,
have you tried to find your organism and gene on plants.ensembl.org? If you found your gene there you can export the data directly to EMBL format without any convertion.
fin swimmer
If I remember the original post, it thought it was to upload data to EBI/ENA
I don't see what's wrong with it .... Those gaps indicate gaps in your genomic sequence, and there likely be plenty of those indeed.
Scroll further downwards until you passed all these gaps tags and see what's printed there
Actually they. were all gaps. I wanted to transform my transposon element in GFF format to EMBL format, so the column which is displaying 'gap' now should be 'transposon', but I don't know why it failed.
strange, that makes very little sense ...
Can you post an extract of your GFF file so we can inspect?
sure.
Please use the formatting bar (especially the

codeoption) to present your post better. I've done it for you this time.Thank you!
I don't understand...what's the difference ???:))
Using the code option converts text to monospace font. Without that option biostars code will try to interpret some symbols like
#and change the formatting of text.okay, I got it. I will be careful to make it right next time.!!!
and the EMBLmyGFF3 cmdline ?
this gff file does already not correspond to the EMBL you have given previously.
it is like this:
I don't really know what these tag means, so I gave them by default.
If you don't care about the header and your downstream analysis focus only on the features (FT,SQ,etc...), you could keep fake/default information. Except maybe transl_table that could be important if you ask the tool to do the CDS translation and your species don't use the table 1...
Actually they. were all gaps. I wanted to transform my transposon element in GFF format to EMBL format, so the column which is displaying 'gap' now should be 'transposon', but I don't know why it failed.