Question: Error HISAT2 output for HTseq-count
0
0
Entering edit mode
6.4 years ago
11yj3312 ▴ 20

Dear all, I am analyzing paired-end stranded RNAseq data . I would be interested in using HISAT2 for the alignment, and HTseq-count to count the features of the aligned reads. When I used HTseq-count to count the reads:

htseq-count -r pos -f bam SRR3589957_sorted.bam ../reference/gencode.v26lift37.annotation.gtf > SRR3589956.count

However,I got this error :

Error occured when processing SAM input (record #69114540 in file SRR3589957_sorted.bam): my_showwarning() takes from 3 to 5 positional arguments but 6 were given [Exception type: TypeError, raised in warnings.py:99]

I converted sam file to bam and sorted the reads by pos using samtools

Does anyone has an idea of the problem with the reads aligned with HISAT2? Are they compatible with HTseq-count?

Thank you very much for any help. Jing Yu

RNA-Seq software error alignment • 2.3k views
ADD COMMENT
0
Entering edit mode

Not an answer to your question, but consider featureCounts which is an ultra fast read count program and work well with Hisat2 output SAM file. Also, it rearrange read itself and final table of read count matrix for all paired end SAM can be obtained. For ex,

featureCounts -p -t exon -g gene_id -a genes.gtf -o counts.txt  con1.sam con2.sam treat1.sam treat2.sam
ADD REPLY
0
Entering edit mode

Think you !I will try it

ADD REPLY
0
Entering edit mode

That's an odd warning, are you using the latest htseq-count version?

But as said by anc.informatics: featureCounts is an excellent choice.

ADD REPLY
0
Entering edit mode

I have tried the latest htseq-count,No previous error occurred.Think you!

ADD REPLY

Login before adding your answer.

Traffic: 2671 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6