Hi!
I am running htseq-count for a RNA-seq and I got this error:
Fatal error: Unknown error occurred Error occured when processing GFF file (line 1 of file /galaxy-repl/main/files/020/629/dataset_20629796.dat): Failure parsing GFF attribute line [Exception type: ValueError, raised in __init__.py:164]
Here is a sample of what I got after I converted my data to .GFF:
seqname source feature start end score strand frame attribute
TRINITY_DN95_c0_g1_i1 . Gene 1 220 0 . . gene_id "TRINITY_DN95_c0_g1_i1
TRINITY_DN44_c0_g1_i1 . Gene 1 232 0 . . gene_id "TRINITY_DN44_c0_g1_i1
TRINITY_DN44_c1_g1_i1 . Gene 1 203 0 . . gene_id "TRINITY_DN44_c1_g1_i1
TRINITY_DN54_c0_g1_i1 . Gene 1 311 0 . . gene_id "TRINITY_DN54_c0_g1_i1
TRINITY_DN0_c0_g1_i1 . Gene 1 404 0 . . gene_id "TRINITY_DN0_c0_g1_i
I don't know what is wrong. I am totally new to this and I would appreciate your help.