Hi Everyone,
I'm trying my hands at HTseq-count and was able to run it on our university cluster. We're using version htseq/0.4.6p1. My input command was
htseq-count --stranded=no -o samout q1.sam GeneWithUTR.gff
At the end of the run I got following output message,
43033693 reads processed.
no_feature 39980188
ambiguous 0
too_low_aQual 0
not_aligned 0
alignment_not_unique 63473377.
Is this all that is of the output? I looked for a file with read counts but didn't end up having one. Is there some problem here. I tried to give -o as output string..but to an error message saying that there's no such option. What am I doing wrong?
Thanks in advance for the answer!
Best,
I'm trying my hands at HTseq-count and was able to run it on our university cluster. We're using version htseq/0.4.6p1. My input command was
htseq-count --stranded=no -o samout q1.sam GeneWithUTR.gff
At the end of the run I got following output message,
43033693 reads processed.
no_feature 39980188
ambiguous 0
too_low_aQual 0
not_aligned 0
alignment_not_unique 63473377.
Is this all that is of the output? I looked for a file with read counts but didn't end up having one. Is there some problem here. I tried to give -o as output string..but to an error message saying that there's no such option. What am I doing wrong?
Thanks in advance for the answer!
Best,
Comment