Hi
I'm running HTSeq-count version 0.6.1p1. Trying out outsam option: I do get the sam file with the XF tags but the reads are blanks.
example:
XF:Z:__alignment_not_unique
XF:Z:__no_feature
XF:Z:__no_feature
...
Also I tried with the python framework, imported the lib, read the bam file, everything looks OK, but the attribute: original_sam_line is indeed a blank string.
Any ideas?
The input bam file is from tophat (v2.0.10)
This is my command:
htseq-count -f bam --stranded yes -a 10 -t exon -i gene_id -m union -o samout3.sam accepted_hits.bam genes.3utr.gtf > counts3.txt
thanks,
B
I'm running HTSeq-count version 0.6.1p1. Trying out outsam option: I do get the sam file with the XF tags but the reads are blanks.
example:
XF:Z:__alignment_not_unique
XF:Z:__no_feature
XF:Z:__no_feature
...
Also I tried with the python framework, imported the lib, read the bam file, everything looks OK, but the attribute: original_sam_line is indeed a blank string.
Any ideas?
The input bam file is from tophat (v2.0.10)
This is my command:
htseq-count -f bam --stranded yes -a 10 -t exon -i gene_id -m union -o samout3.sam accepted_hits.bam genes.3utr.gtf > counts3.txt
thanks,
B
Comment