Hi there,
I used htseq-count to count the pair-end RNA-seq data.
at the end, there are warnings like
Warning: 8612298 reads with missing mate encountered.
my question is how htseq-count deals with the pairs with only one end existing in the sam file?
does htseq-count simply discard those counts?
Thanks,
Ming
I sorted it with
samtools sort -n
by name. any ideas? Thank you.