Entering edit mode
9.4 years ago
manekineko
▴
150
Hi,
I have run htseq like this:
htseq-count sorted.bam my.gff -i ID
and my GFF entries are in this format:
chr1 . . 58812138 58812884 . + . ID="something";
but at the end all reads fall into the no_feature
?! So probably I miss something?
Should it be unique or the 3rd column can be all the same and ID is unique? So I should keep the
-i
flag and use also-t
flag?3rd column should all be the same. It's just a feature type so htseq-count would know what features to count for. ID should be unique. You can use both
-i
and-t
together.Do you know why is working with a SAM that is 2G but when I run with larger SAM 16GM it gives me error: