NBISweden / AGAT

Another Gtf/Gff Analysis Toolkit
GNU General Public License v3.0
467 stars 56 forks source link

Error with GFF input file when using agat_sp_add_introns.pl and agat_convert_sp_gxf2gxf.pl #493

Open mspopecki opened 2 months ago

mspopecki commented 2 months ago

Hello!

I'm trying to add introns to my GFF file using the command agat_sp_add_introns.pl --gff MY.gff --out MY_introns.gff

Unfortunately, I got the below error. I also tried using the commands agat_convert_sp_gff2gtf.pl and agat_convert_sp_gxf2gxf.pl to remake the GFF file in case there were any issues, and also got the same error. How would you recommend proceeding? Thank you!!

    We found 1861 terms that are sequence_feature or is_a child of it.

--------------------------------- parsing file --------------------------------- => Number of line in file: 227414 => Number of comment lines: 350 => Fasta included: No => Number of features lines: 227064 => Number of feature lines with 1 fields (while 9 expected): 1 => Number of feature type (3rd column): 8

Juke34 commented 2 months ago

One line of your file contain only the value/character } Either a line contain 9 tabulated column or start by # and contains what ever you want. You are not in any of these cases. Open your file and check what is going on.