Hello, I am dealing with RNA-seq data and I was successfully able to align my raw FASTQ data to the built-in input hg19 genome using HISAT2. I am now having problems with measuring my reads using htseq-counts. I am using the hg19 GTF file for the genome and I keep getting either an error saying:
An error occurred with this dataset: Fatal error: Unknown error occured 100000 GFF lines processed. 200000 GFF lines processed. 300000 GFF lines processed. 400000 GFF lines processed. 500000 GFF lines processed. 600000 GFF lines processed. 700000 GFF lines processed. 800000 GFF lines processed.
Can anyone point me in the right direction? Thank you!